#32534B

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

Shades of Blue Dianne #32534B

Tints of Blue Dianne #32534B

Color information

#32534B (or 0x32534B) is unknown color: approx Blue Dianne. HEX triplet: 32, 53 and 4B. RGB value is (50,83,75). Sum of RGB (Red+Green+Blue) = 50+83+75=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 83 - color contains mainly: green. Hex color #32534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32534B is #CDACB4. Grayscale: #484848. Windows color (decimal): -13479093 or 4936498. OLE color: 4936498.

HSL color Cylindrical-coordinate representation of color #32534B: hue angle of 165.45º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #32534B is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB508375-
CMYK0.4000.100.67
HSL165.45º24.81%26.08%-
HSV(B)165.45º39.76%32.55%-
XYZ5.687.377.78-
YUV72.22129.57112.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 83 (32.81% from 255) = 39.90%
BLUE value IS 75 (29.69% from 255) = 36.06%
R=24.04%
G=39.90%
B=36.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5083750.4000.100.67165.4524.8126.08
Hex32534B280A43a5191a
Octal62123113500121032453132
Binary11001010100111001011101000010101000011101001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #32534B;
 }
 .AnyTagClassName
 {
   color: #32534B;
 }
</style>
background-color css

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

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

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

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

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

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