#355261

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

Shades of Cello #355261

Tints of Cello #355261

Color information

#355261 (or 0x355261) is unknown color: approx Cello. HEX triplet: 35, 52 and 61. RGB value is (53,82,97). Sum of RGB (Red+Green+Blue) = 53+82+97=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #355261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355261 is #CAAD9E. Grayscale: #4A4A4A. Windows color (decimal): -13282719 or 6378037. OLE color: 6378037.

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

Color convert

RGB538297-
CMYK0.450.1500.62
HSL200.45º29.33%29.41%-
HSV(B)200.45º45.36%38.04%-
XYZ6.647.6512.44-
YUV75.04140.39112.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.84%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 97 (38.28% from 255) = 41.81%
R=22.84%
G=35.34%
B=41.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5382970.450.1500.62200.4529.3329.41
Hex3552612DF03Ec81d1d
Octal6512214155170763103535
Binary1101011010010110000110110111110111110110010001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355261; }

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

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

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

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

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

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

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

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