#355466

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

Shades of Cello #355466

Tints of Cello #355466

Color information

#355466 (or 0x355466) is unknown color: approx Cello. HEX triplet: 35, 54 and 66. RGB value is (53,84,102). Sum of RGB (Red+Green+Blue) = 53+84+102=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 102 - color contains mainly: blue. Hex color #355466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355466 is #CAAB99. Grayscale: #4C4C4C. Windows color (decimal): -13282202 or 6706229. OLE color: 6706229.

HSL color Cylindrical-coordinate representation of color #355466: hue angle of 202.04º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #355466 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5384102-
CMYK0.480.1800.6
HSL202.04º31.61%30.39%-
HSV(B)202.04º48.04%40%-
XYZ7.048.0613.75-
YUV76.78142.23111.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.18%
GREEN value IS 84 (33.20% from 255) = 35.15%
BLUE value IS 102 (40.23% from 255) = 42.68%
R=22.18%
G=35.15%
B=42.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53841020.480.1800.6202.0431.6130.39
Hex355466301203Cca201e
Octal6512414660220743124036
Binary110101101010011001101100001001001111001100101010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355466; }

 p { color: rgb(53,84,102); }

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

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

 a { background-color: rgb(53,84,102); }

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

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

 span { border-color: rgb(53,84,102); }

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