#31514B

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

Shades of Blue Dianne #31514B

Tints of Blue Dianne #31514B

Color information

#31514B (or 0x31514B) is unknown color: approx Blue Dianne. HEX triplet: 31, 51 and 4B. RGB value is (49,81,75). Sum of RGB (Red+Green+Blue) = 49+81+75=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 81 - color contains mainly: green. Hex color #31514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31514B is #CEAEB4. Grayscale: #464646. Windows color (decimal): -13545141 or 4935985. OLE color: 4935985.

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

Color convert

RGB498175-
CMYK0.4000.070.68
HSL168.75º24.62%25.49%-
HSV(B)168.75º39.51%31.76%-
XYZ5.487.057.73-
YUV70.75130.4112.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 81 (32.03% from 255) = 39.51%
BLUE value IS 75 (29.69% from 255) = 36.59%
R=23.90%
G=39.51%
B=36.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4981750.4000.070.68168.7524.6225.49
Hex31514B280744a91919
Octal6112111350071042513131
Binary1100011010001100101110100001111000100101010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31514B; }

 p { color: rgb(49,81,75); }

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

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

 a { background-color: rgb(49,81,75); }

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

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

 span { border-color: rgb(49,81,75); }

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