#364C60

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

Shades of Cello #364C60

Tints of Cello #364C60

Color information

#364C60 (or 0x364C60) is unknown color: approx Cello. HEX triplet: 36, 4C and 60. RGB value is (54,76,96). Sum of RGB (Red+Green+Blue) = 54+76+96=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #364C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C60 is #C9B39F. Grayscale: #474747. Windows color (decimal): -13218720 or 6310966. OLE color: 6310966.

HSL color Cylindrical-coordinate representation of color #364C60: hue angle of 208.57º 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 #364C60 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB547696-
CMYK0.440.2100.62
HSL208.57º28%29.41%-
HSV(B)208.57º43.75%37.65%-
XYZ6.226.812.05-
YUV71.7141.71115.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.89%
GREEN value IS 76 (30.08% from 255) = 33.63%
BLUE value IS 96 (37.89% from 255) = 42.48%
R=23.89%
G=33.63%
B=42.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5476960.440.2100.62208.572829.41
Hex364C602C1503Ed11c1d
Octal6611414054250763213435
Binary11011010011001100000101100101010111110110100011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364C60; }

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

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

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

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

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

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

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

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