#355465

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

Shades of Cello #355465

Tints of Cello #355465

Color information

#355465 (or 0x355465) is unknown color: approx Cello. HEX triplet: 35, 54 and 65. RGB value is (53,84,101). Sum of RGB (Red+Green+Blue) = 53+84+101=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: blue. Hex color #355465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355465 is #CAAB9A. Grayscale: #4C4C4C. Windows color (decimal): -13282203 or 6640693. OLE color: 6640693.

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

Color convert

RGB5384101-
CMYK0.480.1700.60
HSL201.25º31.17%30.2%-
HSV(B)201.25º47.52%39.61%-
XYZ6.998.0413.49-
YUV76.67141.73111.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.27%
GREEN value IS 84 (33.20% from 255) = 35.29%
BLUE value IS 101 (39.84% from 255) = 42.44%
R=22.27%
G=35.29%
B=42.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53841010.480.1700.60201.2531.1730.2
Hex355465301103Cc91f1e
Octal6512414560210743113736
Binary11010110101001100101110000100010111100110010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355465; }

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

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

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

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

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

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

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

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