#355062

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

Shades of Cello #355062

Tints of Cello #355062

Color information

#355062 (or 0x355062) is unknown color: approx Cello. HEX triplet: 35, 50 and 62. RGB value is (53,80,98). Sum of RGB (Red+Green+Blue) = 53+80+98=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 98 - color contains mainly: blue. Hex color #355062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355062 is #CAAF9D. Grayscale: #494949. Windows color (decimal): -13283230 or 6443061. OLE color: 6443061.

HSL color Cylindrical-coordinate representation of color #355062: hue angle of 204º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #355062 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB538098-
CMYK0.460.1800.62
HSL204º29.8%29.61%-
HSV(B)204º45.92%38.43%-
XYZ6.547.3812.63-
YUV73.98141.55113.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.94%
GREEN value IS 80 (31.64% from 255) = 34.63%
BLUE value IS 98 (38.67% from 255) = 42.42%
R=22.94%
G=34.63%
B=42.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5380980.460.1800.6220429.829.61
Hex3550622E1203Ecc1e1e
Octal6512014256220763143636
Binary11010110100001100010101110100100111110110011001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355062; }

 p { color: rgb(53,80,98); }

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

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

 a { background-color: rgb(53,80,98); }

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

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

 span { border-color: rgb(53,80,98); }

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