#31524B

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

Shades of Blue Dianne #31524B

Tints of Blue Dianne #31524B

Color information

#31524B (or 0x31524B) is unknown color: approx Blue Dianne. HEX triplet: 31, 52 and 4B. RGB value is (49,82,75). Sum of RGB (Red+Green+Blue) = 49+82+75=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 82 - color contains mainly: green. Hex color #31524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31524B is #CEADB4. Grayscale: #474747. Windows color (decimal): -13544885 or 4936241. OLE color: 4936241.

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

Color convert

RGB498275-
CMYK0.4000.090.68
HSL167.27º25.19%25.69%-
HSV(B)167.27º40.24%32.16%-
XYZ5.557.27.75-
YUV71.33130.07112.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.79%
GREEN value IS 82 (32.42% from 255) = 39.81%
BLUE value IS 75 (29.69% from 255) = 36.41%
R=23.79%
G=39.81%
B=36.41%

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
Decimal4982750.4000.090.68167.2725.1925.69
Hex31524B280944a7191a
Octal61122113500111042473132
Binary11000110100101001011101000010011000100101001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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