#364F6B

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

Shades of Cello #364F6B

Tints of Cello #364F6B

Color information

#364F6B (or 0x364F6B) is unknown color: approx Cello. HEX triplet: 36, 4F and 6B. RGB value is (54,79,107). Sum of RGB (Red+Green+Blue) = 54+79+107=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #364F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364F6B is #C9B094. Grayscale: #4A4A4A. Windows color (decimal): -13217941 or 7032630. OLE color: 7032630.

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

Color convert

RGB5479107-
CMYK0.500.2600.58
HSL211.7º32.92%31.57%-
HSV(B)211.7º49.53%41.96%-
XYZ6.977.4414.98-
YUV74.72146.22113.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.5%
GREEN value IS 79 (31.25% from 255) = 32.92%
BLUE value IS 107 (42.19% from 255) = 44.58%
R=22.5%
G=32.92%
B=44.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54791070.500.2600.58211.732.9231.57
Hex364F6B321A03Ad42120
Octal6611715362320723244140
Binary1101101001111110101111001011010011101011010100100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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