#355266

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

Shades of Cello #355266

Tints of Cello #355266

Color information

#355266 (or 0x355266) is unknown color: approx Cello. HEX triplet: 35, 52 and 66. RGB value is (53,82,102). Sum of RGB (Red+Green+Blue) = 53+82+102=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 102 - color contains mainly: blue. Hex color #355266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355266 is #CAAD99. Grayscale: #4B4B4B. Windows color (decimal): -13282714 or 6705717. OLE color: 6705717.

HSL color Cylindrical-coordinate representation of color #355266: hue angle of 204.49º 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 #355266 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5382102-
CMYK0.480.2000.6
HSL204.49º31.61%30.39%-
HSV(B)204.49º48.04%40%-
XYZ6.887.7513.7-
YUV75.61142.89111.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.36%
GREEN value IS 82 (32.42% from 255) = 34.60%
BLUE value IS 102 (40.23% from 255) = 43.04%
R=22.36%
G=34.60%
B=43.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53821020.480.2000.6204.4931.6130.39
Hex355266301403Ccc201e
Octal6512214660240743144036
Binary110101101001011001101100001010001111001100110010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355266; }

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

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

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

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

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

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

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

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