Html Css Color HEX #31534B Blue Dianne

📋 copy color: '#31534B'

red 49 ◦ green 83 ◦ blue 75

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

Shades of Blue Dianne #31534B

Tints of Blue Dianne #31534B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 36.23%

R = 23.67%
G = 40.1%
B = 36.23%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#31534B (or 0x31534B) is known color: Blue Dianne. HEX triplet: 31, 53 and 4B. RGB value is (49,83,75). Sum of RGB (Red+Green+Blue) = 49+83+75=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #31534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31534B is #CEACB4. Grayscale: #474747. Windows color (decimal): -13544629 or 4936497. OLE color: 4936497.

HSL color Cylindrical-coordinate representation of color #31534B: hue angle of 165.88º 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 #31534B is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 83 75 -
CMYK 0.41 0 0.10 0.67
HSL 165.88º 0.26% 0.26% -
HSV(B) 165.88º 0.41% 0.33% -
XYZ 5.63 7.35 7.78 -
YUV 71.92 129.74 111.65 -
System Red Green Blue C M Y K H S L
Decimal 49 83 75 0.41 0 0.10 0.67 165.88 0.26 0.26
Hex 31 53 4B 29 0 A 43 A6 1A 1A
Octal 61 123 113 51 0 12 103 246 32 32
Binary 110001 1010011 1001011 101001 0 1010 1000011 10100110 11010 11010

Color Harmonies of #31534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31534B

Black with #31534B

Text Example


Text Example

White with #31534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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