#364860

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

Shades of Cello #364860

Tints of Cello #364860

Color information

#364860 (or 0x364860) is unknown color: approx Cello. HEX triplet: 36, 48 and 60. RGB value is (54,72,96). Sum of RGB (Red+Green+Blue) = 54+72+96=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #364860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364860 is #C9B79F. Grayscale: #454545. Windows color (decimal): -13219744 or 6309942. OLE color: 6309942.

HSL color Cylindrical-coordinate representation of color #364860: hue angle of 214.29º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #364860 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB547296-
CMYK0.440.2500.62
HSL214.29º28%29.41%-
HSV(B)214.29º43.75%37.65%-
XYZ5.956.2611.96-
YUV69.35143.04117.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.32%
GREEN value IS 72 (28.52% from 255) = 32.43%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=24.32%
G=32.43%
B=43.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5472960.440.2500.62214.292829.41
Hex3648602C1903Ed61c1d
Octal6611014054310763263435
Binary11011010010001100000101100110010111110110101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364860; }

 p { color: rgb(54,72,96); }

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

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

 a { background-color: rgb(54,72,96); }

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

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

 span { border-color: rgb(54,72,96); }

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