#314952

Color #314952 Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #314952

Tints of Teal Blue #314952

Color information

#314952 (or 0x314952) is unknown color: approx Teal Blue. HEX triplet: 31, 49 and 52. RGB value is (49,73,82). Sum of RGB (Red+Green+Blue) = 49+73+82=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 82 - color contains mainly: blue. Hex color #314952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314952 is #CEB6AD. Grayscale: #424242. Windows color (decimal): -13547182 or 5392689. OLE color: 5392689.

HSL color Cylindrical-coordinate representation of color #314952: hue angle of 196.36º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #314952 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB497382-
CMYK0.400.1100.68
HSL196.36º25.19%25.69%-
HSV(B)196.36º40.24%32.16%-
XYZ5.176.038.87-
YUV66.85136.55115.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 24.02%
GREEN value IS 73 (28.91% from 255) = 35.78%
BLUE value IS 82 (32.42% from 255) = 40.20%
R=24.02%
G=35.78%
B=40.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4973820.400.1100.68196.3625.1925.69
Hex31495228B044c4191a
Octal61111122501301043043132
Binary11000110010011010010101000101101000100110001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314952; }

 p { color: rgb(49,73,82); }

 H1.HeaderClassName
 {
   color: #314952;
 }
 .AnyTagClassName
 {
   color: #314952;
 }
</style>
background-color css

<style>
 a { background-color: #314952; }

 a { background-color: rgb(49,73,82); }

 div.DivClassName
 {
   background-color: #314952;
 }
 .BgClassName
 {
   background-color: #314952;
 }
</style>
border-color css

<style>
 span { border-color: #314952; }

 span { border-color: rgb(49,73,82); }

 td.TdClassName
 {
   border-color: #314952;
 }
 .TagClassName
 {
   border-color: #314952;
 }
</style>