#355165

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

Shades of Cello #355165

Tints of Cello #355165

Color information

#355165 (or 0x355165) is unknown color: approx Cello. HEX triplet: 35, 51 and 65. RGB value is (53,81,101). Sum of RGB (Red+Green+Blue) = 53+81+101=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 101 - color contains mainly: blue. Hex color #355165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355165 is #CAAE9A. Grayscale: #4A4A4A. Windows color (decimal): -13282971 or 6639925. OLE color: 6639925.

HSL color Cylindrical-coordinate representation of color #355165: hue angle of 205º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #355165 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5381101-
CMYK0.480.2000.60
HSL205º31.17%30.2%-
HSV(B)205º47.52%39.61%-
XYZ6.767.5813.42-
YUV74.91142.72112.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.55%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 101 (39.84% from 255) = 42.98%
R=22.55%
G=34.47%
B=42.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53811010.480.2000.6020531.1730.2
Hex355165301403Ccd1f1e
Octal6512114560240743153736
Binary11010110100011100101110000101000111100110011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355165; }

 p { color: rgb(53,81,101); }

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

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

 a { background-color: rgb(53,81,101); }

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

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

 span { border-color: rgb(53,81,101); }

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