#355369

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

Shades of Cello #355369

Tints of Cello #355369

Color information

#355369 (or 0x355369) is unknown color: approx Cello. HEX triplet: 35, 53 and 69. RGB value is (53,83,105). Sum of RGB (Red+Green+Blue) = 53+83+105=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #355369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355369 is #CAAC96. Grayscale: #4C4C4C. Windows color (decimal): -13282455 or 6902581. OLE color: 6902581.

HSL color Cylindrical-coordinate representation of color #355369: hue angle of 205.38º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #355369 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5383105-
CMYK0.500.2100.59
HSL205.38º32.91%30.98%-
HSV(B)205.38º49.52%41.18%-
XYZ7.117.9614.53-
YUV76.54144.06111.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 83 (32.81% from 255) = 34.44%
BLUE value IS 105 (41.41% from 255) = 43.57%
R=21.99%
G=34.44%
B=43.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53831050.500.2100.59205.3832.9130.98
Hex355369321503Bcd211f
Octal6512315162250733154137
Binary110101101001111010011100101010101110111100110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355369; }

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

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

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

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

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

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

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

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