Html Css Color HEX #31524A Blue Dianne

📋 copy color: '#31524A'

red 49 ◦ green 82 ◦ blue 74

#31524A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Dianne #31524A

Tints of Blue Dianne #31524A

RGB

 RED value IS 49 (19.53% from 255) = 23.9%

 GREEN value IS 82 (32.42% from 255) = 40%

 BLUE value IS 74 (29.3% from 255) = 36.1%

R = 23.9%
G = 40%
B = 36.1%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#31524A (or 0x31524A) is known color: 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

RGB 49 82 74 -
CMYK 0.40 0 0.10 0.68
HSL 165.45º 0.25% 0.26% -
HSV(B) 165.45º 0.4% 0.32% -
XYZ 5.52 7.18 7.57 -
YUV 71.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 49 82 74 0.40 0 0.10 0.68 165.45 0.25 0.26
Hex 31 52 4A 28 0 A 44 A5 19 1A
Octal 61 122 112 50 0 12 104 245 31 32
Binary 110001 1010010 1001010 101000 0 1010 1000100 10100101 11001 11010

Color Harmonies of #31524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31524A

Black with #31524A

Text Example


Text Example

White with #31524A

Text Example


Text Example

HTML Codes & Css Web 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>