#364B60

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

Shades of Cello #364B60

Tints of Cello #364B60

Color information

#364B60 (or 0x364B60) is unknown color: approx Cello. HEX triplet: 36, 4B and 60. RGB value is (54,75,96). Sum of RGB (Red+Green+Blue) = 54+75+96=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #364B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364B60 is #C9B49F. Grayscale: #474747. Windows color (decimal): -13218976 or 6310710. OLE color: 6310710.

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

Color convert

RGB547596-
CMYK0.440.2200.62
HSL210º28%29.41%-
HSV(B)210º43.75%37.65%-
XYZ6.156.6612.03-
YUV71.11142.04115.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 75 (29.69% from 255) = 33.33%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=24%
G=33.33%
B=42.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5475960.440.2200.622102829.41
Hex364B602C1603Ed21c1d
Octal6611314054260763223435
Binary11011010010111100000101100101100111110110100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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