#314E4C

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

Shades of Blue Dianne #314E4C

Tints of Blue Dianne #314E4C

Color information

#314E4C (or 0x314E4C) is unknown color: approx Blue Dianne. HEX triplet: 31, 4E and 4C. RGB value is (49,78,76). Sum of RGB (Red+Green+Blue) = 49+78+76=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 78 - color contains mainly: green. Hex color #314E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314E4C is #CEB1B3. Grayscale: #454545. Windows color (decimal): -13545908 or 5000753. OLE color: 5000753.

HSL color Cylindrical-coordinate representation of color #314E4C: hue angle of 175.86º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #314E4C is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB497876-
CMYK0.3700.030.69
HSL175.86º22.83%24.9%-
HSV(B)175.86º37.18%30.59%-
XYZ5.36.627.84-
YUV69.1131.89113.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 78 (30.86% from 255) = 38.42%
BLUE value IS 76 (30.08% from 255) = 37.44%
R=24.14%
G=38.42%
B=37.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4978760.3700.030.69175.8622.8324.9
Hex314E4C250345b01719
Octal6111611445031052602731
Binary110001100111010011001001010111000101101100001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314E4C; }

 p { color: rgb(49,78,76); }

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

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

 a { background-color: rgb(49,78,76); }

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

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

 span { border-color: rgb(49,78,76); }

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