Html Css Color HEX #31524B Blue Dianne

📋 copy color: '#31524B'

red 49 ◦ green 82 ◦ blue 75

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

Shades of Blue Dianne #31524B

Tints of Blue Dianne #31524B

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 value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

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

RGB 49 82 75 -
CMYK 0.40 0 0.09 0.68
HSL 167.27º 0.25% 0.26% -
HSV(B) 167.27º 0.4% 0.32% -
XYZ 5.55 7.2 7.75 -
YUV 71.34 130.07 112.07 -
System Red Green Blue C M Y K H S L
Decimal 49 82 75 0.40 0 0.09 0.68 167.27 0.25 0.26
Hex 31 52 4B 28 0 9 44 A7 19 1A
Octal 61 122 113 50 0 11 104 247 31 32
Binary 110001 1010010 1001011 101000 0 1001 1000100 10100111 11001 11010

Color Harmonies of #31524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31524B

Black with #31524B

Text Example


Text Example

White with #31524B

Text Example


Text Example

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