#355262

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

Shades of Cello #355262

Tints of Cello #355262

Color information

#355262 (or 0x355262) is unknown color: approx Cello. HEX triplet: 35, 52 and 62. RGB value is (53,82,98). Sum of RGB (Red+Green+Blue) = 53+82+98=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 98 - color contains mainly: blue. Hex color #355262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355262 is #CAAD9D. Grayscale: #4B4B4B. Windows color (decimal): -13282718 or 6443573. OLE color: 6443573.

HSL color Cylindrical-coordinate representation of color #355262: hue angle of 201.33º 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 #355262 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB538298-
CMYK0.460.1600.62
HSL201.33º29.8%29.61%-
HSV(B)201.33º45.92%38.43%-
XYZ6.697.6712.68-
YUV75.15140.89112.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.75%
GREEN value IS 82 (32.42% from 255) = 35.19%
BLUE value IS 98 (38.67% from 255) = 42.06%
R=22.75%
G=35.19%
B=42.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5382980.460.1600.62201.3329.829.61
Hex3552622E1003Ec91e1e
Octal6512214256200763113636
Binary11010110100101100010101110100000111110110010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355262; }

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

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

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

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

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

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

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

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