#355265

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

Shades of Cello #355265

Tints of Cello #355265

Color information

#355265 (or 0x355265) is unknown color: approx Cello. HEX triplet: 35, 52 and 65. RGB value is (53,82,101). Sum of RGB (Red+Green+Blue) = 53+82+101=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 101 - color contains mainly: blue. Hex color #355265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355265 is #CAAD9A. Grayscale: #4B4B4B. Windows color (decimal): -13282715 or 6640181. OLE color: 6640181.

HSL color Cylindrical-coordinate representation of color #355265: hue angle of 203.75º 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 #355265 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5382101-
CMYK0.480.1900.60
HSL203.75º31.17%30.2%-
HSV(B)203.75º47.52%39.61%-
XYZ6.837.7313.44-
YUV75.5142.39111.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.46%
GREEN value IS 82 (32.42% from 255) = 34.75%
BLUE value IS 101 (39.84% from 255) = 42.80%
R=22.46%
G=34.75%
B=42.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53821010.480.1900.60203.7531.1730.2
Hex355265301303Ccc1f1e
Octal6512214560230743143736
Binary11010110100101100101110000100110111100110011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355265; }

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

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

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

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

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

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

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

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