COLOR #348899

HEX: #348899
RGB: (52,136,153)

Color info

#348899 contains mainly green and blue colors. Web safe color of #348899 is #339999 (or #399).

RGB color model

#348899 color RGB value is (52,136,153).

  • red value is 52;
  • green value is 136;
  • blue value is 153.
RGB:
(52,136,153)
(20%,53%,60%)

RGB channels and saturation

R 52 of 255 = 20%
G 136 of 255 = 53%
B 153 of 255 = 60%

52
136
153

R + G + B ~ 44%. #348899 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
52 + 136 + 153 = 341 (100%)
R 52 of 341 ~ 15.25%
G 136 of 341 ~ 39.88%
B 153 of 341 ~ 44.87%

%15.25
%39.88
%44.87

CMYK color model

#348899 color CMYK value is (66,11,0,40).

  • cyan value is 66.01%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(66,11,0,40)
C66M11Y0K40 
(66%,11%,0%,40%)
(0.66/0.11/0.00/0.40)	

CMYK percentages

%66.01
%11.11
%0
%40

Codes

Color #348899 in popluar color models

348899
RGB52136153
HSL190°49.27%40.20%
HSB/HSV190°66.01%60.00%
CMYK66.01%11.11%0.00%
40.00%

Color #348899 in popluar number systems.

HEX348899
Decimal52136153
Binary1101001000100010011001
Octal64210231

Shades and tints

Shades of #348899

#348899
(52,136,153)
#307C8C
(48,124,140)
#2C707F
(44,112,127)
#286472
(40,100,114)
#245865
(36,88,101)
#204C58
(32,76,88)
#1C404B
(28,64,75)
#18343E
(24,52,62)
#142831
(20,40,49)
#101C24
(16,28,36)
#0C1017
(12,16,23)
#000000
(0,0,0)

Tints of #348899

#348899
(52,136,153)
#4692A2
(70,146,162)
#589CAB
(88,156,171)
#6AA6B4
(106,166,180)
#7CB0BD
(124,176,189)
#8EBAC6
(142,186,198)
#A0C4CF
(160,196,207)
#B2CED8
(178,206,216)
#C4D8E1
(196,216,225)
#D6E2EA
(214,226,234)
#E8ECF3
(232,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #348899 color. Also use rgb(52,136,153) instead hex code.

Text Font Color

.myTextColor { color: #348899; }

<p style="color:#348899">This sample text font color is #348899.</p>

This text font color is #348899.


Background Color

.myBgColor { background-color: #348899; }

<div style="background-color:#348899">Inner text</div>

This div background color is #348899.


Border color

.myBorderColor { border: 1px solid #348899; }

<div style="border:3px solid #348899">Div</div>

This div border color is #348899.


Opacity

.myOpacity80 { color: #348899; opacity: 0.8; }

<p style="color:#348899;opacity:0.8;">80%</p>

Text with #348899 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #348899;}

<p style="text-shadow: 3px 3px 1px #348899">Text here.</p>

This text has shadow with #348899 color.

.textShadow {text-shadow: 3px 3px 1px #348899, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #348899, 5px 5px 20px red">Text here.</p>

This text has shadow with #348899 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#348899, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#348899, Direction=45, Strength=4)">Text</p>

This text has shadow with #348899 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #348899;
  -webkit-box-shadow:	1px 1px 3px 2px #348899;
  box-shadow:		1px 1px 3px 2px #348899;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #348899;
-webkit-box-shadow: 1px 1px 3px 2px #348899;
box-shadow:1px 1px 3px 2px #348899;">
Div content here</div>
This div box has shadow with color #348899.

Preview

Color preview on black background

This text has color #348899 on black background.


Color preview on white background

This text has color #348899 on white background.



Black color preview on #348899 background

This text has black color on #348899 background.


White color preview on #348899 background

This text has white color on #348899 background.