#364D6D

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

Shades of Cello #364D6D

Tints of Cello #364D6D

Color information

#364D6D (or 0x364D6D) is unknown color: approx Cello. HEX triplet: 36, 4D and 6D. RGB value is (54,77,109). Sum of RGB (Red+Green+Blue) = 54+77+109=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #364D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364D6D is #C9B292. Grayscale: #494949. Windows color (decimal): -13218451 or 7163190. OLE color: 7163190.

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

Color convert

RGB5477109-
CMYK0.500.2900.57
HSL214.91º33.74%31.96%-
HSV(B)214.91º50.46%42.75%-
XYZ6.947.215.49-
YUV73.77147.88113.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.5%
GREEN value IS 77 (30.47% from 255) = 32.08%
BLUE value IS 109 (42.97% from 255) = 45.42%
R=22.5%
G=32.08%
B=45.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54771090.500.2900.57214.9133.7431.96
Hex364D6D321D039d72220
Octal6611515562350713274240
Binary1101101001101110110111001011101011100111010111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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