#31524A

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

Shades of Blue Dianne #31524A

Tints of Blue Dianne #31524A

Color information

#31524A (or 0x31524A) is unknown color: approx Blue Dianne. HEX triplet: 31, 52 and 4A. RGB value is (49,82,74). Sum of RGB (Red+Green+Blue) = 49+82+74=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 82 - color contains mainly: green. Hex color #31524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31524A is #CEADB5. Grayscale: #474747. Windows color (decimal): -13544886 or 4870705. OLE color: 4870705.

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

Color convert

RGB498274-
CMYK0.4000.100.68
HSL165.45º25.19%25.69%-
HSV(B)165.45º40.24%32.16%-
XYZ5.527.187.57-
YUV71.22129.57112.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 82 (32.42% from 255) = 40%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=23.90%
G=40%
B=36.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4982740.4000.100.68165.4525.1925.69
Hex31524A280A44a5191a
Octal61122112500121042453132
Binary11000110100101001010101000010101000100101001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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