#31534B

Color #31534B Blue Dianne (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Dianne #31534B

Tints of Blue Dianne #31534B

Color information

#31534B (or 0x31534B) is unknown color: approx 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

RGB498375-
CMYK0.4100.100.67
HSL165.88º25.76%25.88%-
HSV(B)165.88º40.96%32.55%-
XYZ5.637.357.78-
YUV71.92129.74111.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.67%
GREEN value IS 83 (32.81% from 255) = 40.10%
BLUE value IS 75 (29.69% from 255) = 36.23%
R=23.67%
G=40.10%
B=36.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4983750.4100.100.67165.8825.7625.88
Hex31534B290A43a61a1a
Octal61123113510121032463232
Binary11000110100111001011101001010101000011101001101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>