#354864

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

Shades of Cello #354864

Tints of Cello #354864

Color information

#354864 (or 0x354864) is unknown color: approx Cello. HEX triplet: 35, 48 and 64. RGB value is (53,72,100). Sum of RGB (Red+Green+Blue) = 53+72+100=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 100 - color contains mainly: blue. Hex color #354864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354864 is #CAB79B. Grayscale: #454545. Windows color (decimal): -13285276 or 6572085. OLE color: 6572085.

HSL color Cylindrical-coordinate representation of color #354864: hue angle of 215.74º 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 #354864 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5372100-
CMYK0.470.2800.61
HSL215.74º30.72%30%-
HSV(B)215.74º47%39.22%-
XYZ6.096.3112.95-
YUV69.51145.21116.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 100 (39.45% from 255) = 44.44%
R=23.56%
G=32%
B=44.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal53721000.470.2800.61215.7430.7230
Hex3548642F1C03Dd81f1e
Octal6511014457340753303736
Binary11010110010001100100101111111000111101110110001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354864; }

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

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

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

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

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

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

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

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