#35534C

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

Shades of Blue Dianne #35534C

Tints of Blue Dianne #35534C

Color information

#35534C (or 0x35534C) is unknown color: approx Blue Dianne. HEX triplet: 35, 53 and 4C. RGB value is (53,83,76). Sum of RGB (Red+Green+Blue) = 53+83+76=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 83 - color contains mainly: green. Hex color #35534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35534C is #CAACB3. Grayscale: #494949. Windows color (decimal): -13282484 or 5002037. OLE color: 5002037.

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

Color convert

RGB538376-
CMYK0.3600.080.67
HSL166º22.06%26.67%-
HSV(B)166º36.14%32.55%-
XYZ5.877.477.97-
YUV73.23129.56113.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25%
GREEN value IS 83 (32.81% from 255) = 39.15%
BLUE value IS 76 (30.08% from 255) = 35.85%
R=25%
G=39.15%
B=35.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5383760.3600.080.6716622.0626.67
Hex35534C240843a6161b
Octal65123114440101032462633
Binary11010110100111001100100100010001000011101001101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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