#355361

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

Shades of Cello #355361

Tints of Cello #355361

Color information

#355361 (or 0x355361) is unknown color: approx Cello. HEX triplet: 35, 53 and 61. RGB value is (53,83,97). Sum of RGB (Red+Green+Blue) = 53+83+97=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #355361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355361 is #CAAC9E. Grayscale: #4B4B4B. Windows color (decimal): -13282463 or 6378293. OLE color: 6378293.

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

Color convert

RGB538397-
CMYK0.450.1400.62
HSL199.09º29.33%29.41%-
HSV(B)199.09º45.36%38.04%-
XYZ6.727.8112.46-
YUV75.63140.06111.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.75%
GREEN value IS 83 (32.81% from 255) = 35.62%
BLUE value IS 97 (38.28% from 255) = 41.63%
R=22.75%
G=35.62%
B=41.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5383970.450.1400.62199.0929.3329.41
Hex3553612DE03Ec71d1d
Octal6512314155160763073535
Binary1101011010011110000110110111100111110110001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355361; }

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

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

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

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

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

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

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

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