#31514D

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

Shades of Blue Dianne #31514D

Tints of Blue Dianne #31514D

Color information

#31514D (or 0x31514D) is unknown color: approx Blue Dianne. HEX triplet: 31, 51 and 4D. RGB value is (49,81,77). Sum of RGB (Red+Green+Blue) = 49+81+77=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 81 - color contains mainly: green. Hex color #31514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31514D is #CEAEB2. Grayscale: #464646. Windows color (decimal): -13545139 or 5067057. OLE color: 5067057.

HSL color Cylindrical-coordinate representation of color #31514D: hue angle of 172.5º 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 #31514D is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB498177-
CMYK0.4000.050.68
HSL172.5º24.62%25.49%-
HSV(B)172.5º39.51%31.76%-
XYZ5.557.078.09-
YUV70.98131.4112.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.67%
GREEN value IS 81 (32.03% from 255) = 39.13%
BLUE value IS 77 (30.47% from 255) = 37.20%
R=23.67%
G=39.13%
B=37.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4981770.4000.050.68172.524.6225.49
Hex31514D280544ac1919
Octal6112111550051042543131
Binary1100011010001100110110100001011000100101011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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