#355352

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

Shades of Blue Dianne #355352

Tints of Blue Dianne #355352

Color information

#355352 (or 0x355352) is unknown color: approx Blue Dianne. HEX triplet: 35, 53 and 52. RGB value is (53,83,82). Sum of RGB (Red+Green+Blue) = 53+83+82=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 83 - color contains mainly: green. Hex color #355352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355352 is #CAACAD. Grayscale: #494949. Windows color (decimal): -13282478 or 5395253. OLE color: 5395253.

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

Color convert

RGB538382-
CMYK0.3600.010.67
HSL178º22.06%26.67%-
HSV(B)178º36.14%32.55%-
XYZ6.087.559.12-
YUV73.92132.56113.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 83 (32.81% from 255) = 38.07%
BLUE value IS 82 (32.42% from 255) = 37.61%
R=24.31%
G=38.07%
B=37.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5383820.3600.010.6717822.0626.67
Hex355352240143b2161b
Octal6512312244011032622633
Binary11010110100111010010100100011000011101100101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355352; }

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

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

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

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

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

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

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

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