#355264

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

Shades of Cello #355264

Tints of Cello #355264

Color information

#355264 (or 0x355264) is unknown color: approx Cello. HEX triplet: 35, 52 and 64. RGB value is (53,82,100). Sum of RGB (Red+Green+Blue) = 53+82+100=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 100 (39.45% from 255 or 42.55% from 235); Max value from RGB is 100 - color contains mainly: blue. Hex color #355264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355264 is #CAAD9B. Grayscale: #4B4B4B. Windows color (decimal): -13282716 or 6574645. OLE color: 6574645.

HSL color Cylindrical-coordinate representation of color #355264: hue angle of 202.98º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #355264 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5382100-
CMYK0.470.1800.61
HSL202.98º30.72%30%-
HSV(B)202.98º47%39.22%-
XYZ6.797.7113.19-
YUV75.38141.89112.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.55%
GREEN value IS 82 (32.42% from 255) = 34.89%
BLUE value IS 100 (39.45% from 255) = 42.55%
R=22.55%
G=34.89%
B=42.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal53821000.470.1800.61202.9830.7230
Hex3552642F1203Dcb1f1e
Octal6512214457220753133736
Binary11010110100101100100101111100100111101110010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355264; }

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

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

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

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

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

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

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

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