#364D6C

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

Shades of Cello #364D6C

Tints of Cello #364D6C

Color information

#364D6C (or 0x364D6C) is unknown color: approx Cello. HEX triplet: 36, 4D and 6C. RGB value is (54,77,108). Sum of RGB (Red+Green+Blue) = 54+77+108=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 108 - color contains mainly: blue. Hex color #364D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364D6C is #C9B293. Grayscale: #494949. Windows color (decimal): -13218452 or 7097654. OLE color: 7097654.

HSL color Cylindrical-coordinate representation of color #364D6C: hue angle of 214.44º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #364D6C is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5477108-
CMYK0.500.2900.58
HSL214.44º33.33%31.76%-
HSV(B)214.44º50%42.35%-
XYZ6.887.1715.21-
YUV73.66147.38113.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.59%
GREEN value IS 77 (30.47% from 255) = 32.22%
BLUE value IS 108 (42.58% from 255) = 45.19%
R=22.59%
G=32.22%
B=45.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54771080.500.2900.58214.4433.3331.76
Hex364D6C321D03Ad62120
Octal6611515462350723264140
Binary1101101001101110110011001011101011101011010110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,77,108); }

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

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

 a { background-color: rgb(54,77,108); }

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

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

 span { border-color: rgb(54,77,108); }

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