Html Css Color HEX #31534C Blue Dianne

📋 copy color: '#31534C'

red 49 ◦ green 83 ◦ blue 76

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

Shades of Blue Dianne #31534C

Tints of Blue Dianne #31534C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.9%

 BLUE value IS 76 (30.08% from 255) = 36.54%

R = 23.56%
G = 39.9%
B = 36.54%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#31534C (or 0x31534C) is known color: Blue Dianne. HEX triplet: 31, 53 and 4C. RGB value is (49,83,76). Sum of RGB (Red+Green+Blue) = 49+83+76=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 83 - color contains mainly: green. Hex color #31534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31534C is #CEACB3. Grayscale: #484848. Windows color (decimal): -13544628 or 5002033. OLE color: 5002033.

HSL color Cylindrical-coordinate representation of color #31534C: hue angle of 167.65º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #31534C is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 83 76 -
CMYK 0.41 0 0.08 0.67
HSL 167.65º 0.26% 0.26% -
HSV(B) 167.65º 0.41% 0.33% -
XYZ 5.66 7.36 7.96 -
YUV 72.04 130.24 111.57 -
System Red Green Blue C M Y K H S L
Decimal 49 83 76 0.41 0 0.08 0.67 167.65 0.26 0.26
Hex 31 53 4C 29 0 8 43 A8 1A 1A
Octal 61 123 114 51 0 10 103 250 32 32
Binary 110001 1010011 1001100 101001 0 1000 1000011 10101000 11010 11010

Color Harmonies of #31534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31534C

Black with #31534C

Text Example


Text Example

White with #31534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31534C; }

 p { color: rgb(49,83,76); }

 H1.HeaderClassName
 {
   color: #31534C;
 }
 .AnyTagClassName
 {
   color: #31534C;
 }
</style>

background-color css

<style>
 a { background-color: #31534C; }

 a { background-color: rgb(49,83,76); }

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

border-color css

<style>
 span { border-color: #31534C; }

 span { border-color: rgb(49,83,76); }

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