#355464

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

Shades of Cello #355464

Tints of Cello #355464

Color information

#355464 (or 0x355464) is unknown color: approx Cello. HEX triplet: 35, 54 and 64. RGB value is (53,84,100). Sum of RGB (Red+Green+Blue) = 53+84+100=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 100 - color contains mainly: blue. Hex color #355464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355464 is #CAAB9B. Grayscale: #4C4C4C. Windows color (decimal): -13282204 or 6575157. OLE color: 6575157.

HSL color Cylindrical-coordinate representation of color #355464: hue angle of 200.43º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #355464 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5384100-
CMYK0.470.1600.61
HSL200.43º30.72%30%-
HSV(B)200.43º47%39.22%-
XYZ6.948.0213.24-
YUV76.56141.23111.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.36%
GREEN value IS 84 (33.20% from 255) = 35.44%
BLUE value IS 100 (39.45% from 255) = 42.19%
R=22.36%
G=35.44%
B=42.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal53841000.470.1600.61200.4330.7230
Hex3554642F1003Dc81f1e
Octal6512414457200753103736
Binary11010110101001100100101111100000111101110010001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355464; }

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

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

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

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

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

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

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

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