#31514A

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

Shades of Blue Dianne #31514A

Tints of Blue Dianne #31514A

Color information

#31514A (or 0x31514A) is unknown color: approx Blue Dianne. HEX triplet: 31, 51 and 4A. RGB value is (49,81,74). Sum of RGB (Red+Green+Blue) = 49+81+74=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 81 - color contains mainly: green. Hex color #31514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31514A is #CEAEB5. Grayscale: #464646. Windows color (decimal): -13545142 or 4870449. OLE color: 4870449.

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

Color convert

RGB498174-
CMYK0.4000.090.68
HSL166.88º24.62%25.49%-
HSV(B)166.88º39.51%31.76%-
XYZ5.457.037.55-
YUV70.63129.9112.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.02%
GREEN value IS 81 (32.03% from 255) = 39.71%
BLUE value IS 74 (29.30% from 255) = 36.27%
R=24.02%
G=39.71%
B=36.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4981740.4000.090.68166.8824.6225.49
Hex31514A280944a71919
Octal61121112500111042473131
Binary11000110100011001010101000010011000100101001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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