#364F6E

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

Shades of Cello #364F6E

Tints of Cello #364F6E

Color information

#364F6E (or 0x364F6E) is unknown color: approx Cello. HEX triplet: 36, 4F and 6E. RGB value is (54,79,110). Sum of RGB (Red+Green+Blue) = 54+79+110=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 110 - color contains mainly: blue. Hex color #364F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364F6E is #C9B091. Grayscale: #4A4A4A. Windows color (decimal): -13217938 or 7229238. OLE color: 7229238.

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

Color convert

RGB5479110-
CMYK0.510.2800.57
HSL213.21º34.15%32.16%-
HSV(B)213.21º50.91%43.14%-
XYZ7.137.515.82-
YUV75.06147.72112.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.22%
GREEN value IS 79 (31.25% from 255) = 32.51%
BLUE value IS 110 (43.36% from 255) = 45.27%
R=22.22%
G=32.51%
B=45.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54791100.510.2800.57213.2134.1532.16
Hex364F6E331C039d52220
Octal6611715663340713254240
Binary1101101001111110111011001111100011100111010101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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