#364F6D

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

Shades of Cello #364F6D

Tints of Cello #364F6D

Color information

#364F6D (or 0x364F6D) is unknown color: approx Cello. HEX triplet: 36, 4F and 6D. RGB value is (54,79,109). Sum of RGB (Red+Green+Blue) = 54+79+109=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #364F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364F6D is #C9B092. Grayscale: #4A4A4A. Windows color (decimal): -13217939 or 7163702. OLE color: 7163702.

HSL color Cylindrical-coordinate representation of color #364F6D: hue angle of 212.73º 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 #364F6D is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5479109-
CMYK0.500.2800.57
HSL212.73º33.74%31.96%-
HSV(B)212.73º50.46%42.75%-
XYZ7.087.4815.54-
YUV74.94147.22113.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.31%
GREEN value IS 79 (31.25% from 255) = 32.64%
BLUE value IS 109 (42.97% from 255) = 45.04%
R=22.31%
G=32.64%
B=45.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54791090.500.2800.57212.7333.7431.96
Hex364F6D321C039d52220
Octal6611715562340713254240
Binary1101101001111110110111001011100011100111010101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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