Html Css Color HEX #31524D Blue Dianne

📋 copy color: '#31524D'

red 49 ◦ green 82 ◦ blue 77

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

Shades of Blue Dianne #31524D

Tints of Blue Dianne #31524D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 37.02%

R = 23.56%
G = 39.42%
B = 37.02%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#31524D (or 0x31524D) is known color: Blue Dianne. HEX triplet: 31, 52 and 4D. RGB value is (49,82,77). Sum of RGB (Red+Green+Blue) = 49+82+77=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 82 - color contains mainly: green. Hex color #31524D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31524D is #CEADB2. Grayscale: #474747. Windows color (decimal): -13544883 or 5067313. OLE color: 5067313.

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

Color convert

RGB 49 82 77 -
CMYK 0.40 0 0.06 0.68
HSL 170.91º 0.25% 0.26% -
HSV(B) 170.91º 0.4% 0.32% -
XYZ 5.62 7.22 8.12 -
YUV 71.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 49 82 77 0.40 0 0.06 0.68 170.91 0.25 0.26
Hex 31 52 4D 28 0 6 44 AB 19 1A
Octal 61 122 115 50 0 6 104 253 31 32
Binary 110001 1010010 1001101 101000 0 110 1000100 10101011 11001 11010

Color Harmonies of #31524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31524D

Black with #31524D

Text Example


Text Example

White with #31524D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31524D;
 }
 .AnyTagClassName
 {
   color: #31524D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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