#35534D

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

Shades of Blue Dianne #35534D

Tints of Blue Dianne #35534D

Color information

#35534D (or 0x35534D) is unknown color: approx Blue Dianne. HEX triplet: 35, 53 and 4D. RGB value is (53,83,77). Sum of RGB (Red+Green+Blue) = 53+83+77=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 83 - color contains mainly: green. Hex color #35534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35534D is #CAACB2. Grayscale: #494949. Windows color (decimal): -13282483 or 5067573. OLE color: 5067573.

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

Color convert

RGB538377-
CMYK0.3600.070.67
HSL168º22.06%26.67%-
HSV(B)168º36.14%32.55%-
XYZ5.97.488.15-
YUV73.35130.06113.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.88%
GREEN value IS 83 (32.81% from 255) = 38.97%
BLUE value IS 77 (30.47% from 255) = 36.15%
R=24.88%
G=38.97%
B=36.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5383770.3600.070.6716822.0626.67
Hex35534D240743a8161b
Octal6512311544071032502633
Binary1101011010011100110110010001111000011101010001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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