#35534E

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

Shades of Blue Dianne #35534E

Tints of Blue Dianne #35534E

Color information

#35534E (or 0x35534E) is unknown color: approx Blue Dianne. HEX triplet: 35, 53 and 4E. RGB value is (53,83,78). Sum of RGB (Red+Green+Blue) = 53+83+78=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 83 - color contains mainly: green. Hex color #35534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35534E is #CAACB1. Grayscale: #494949. Windows color (decimal): -13282482 or 5133109. OLE color: 5133109.

HSL color Cylindrical-coordinate representation of color #35534E: hue angle of 170º 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 #35534E is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB538378-
CMYK0.3600.060.67
HSL170º22.06%26.67%-
HSV(B)170º36.14%32.55%-
XYZ5.947.498.34-
YUV73.46130.56113.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.77%
GREEN value IS 83 (32.81% from 255) = 38.79%
BLUE value IS 78 (30.86% from 255) = 36.45%
R=24.77%
G=38.79%
B=36.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5383780.3600.060.6717022.0626.67
Hex35534E240643aa161b
Octal6512311644061032522633
Binary1101011010011100111010010001101000011101010101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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