#355851

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

Shades of Blue Dianne #355851

Tints of Blue Dianne #355851

Color information

#355851 (or 0x355851) is unknown color: approx Blue Dianne. HEX triplet: 35, 58 and 51. RGB value is (53,88,81). Sum of RGB (Red+Green+Blue) = 53+88+81=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 88 - color contains mainly: green. Hex color #355851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355851 is #CAA7AE. Grayscale: #4C4C4C. Windows color (decimal): -13281199 or 5330997. OLE color: 5330997.

HSL color Cylindrical-coordinate representation of color #355851: hue angle of 168º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355851 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB538881-
CMYK0.4000.080.65
HSL168º24.82%27.65%-
HSV(B)168º39.77%34.51%-
XYZ6.448.339.05-
YUV76.74130.4111.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.87%
GREEN value IS 88 (34.77% from 255) = 39.64%
BLUE value IS 81 (32.03% from 255) = 36.49%
R=23.87%
G=39.64%
B=36.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5388810.4000.080.6516824.8227.65
Hex355851280841a8191c
Octal65130121500101012503134
Binary11010110110001010001101000010001000001101010001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355851; }

 p { color: rgb(53,88,81); }

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

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

 a { background-color: rgb(53,88,81); }

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

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

 span { border-color: rgb(53,88,81); }

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