#364F6A

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

Shades of Cello #364F6A

Tints of Cello #364F6A

Color information

#364F6A (or 0x364F6A) is unknown color: approx Cello. HEX triplet: 36, 4F and 6A. RGB value is (54,79,106). Sum of RGB (Red+Green+Blue) = 54+79+106=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 106 - color contains mainly: blue. Hex color #364F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364F6A is #C9B095. Grayscale: #4A4A4A. Windows color (decimal): -13217942 or 6967094. OLE color: 6967094.

HSL color Cylindrical-coordinate representation of color #364F6A: hue angle of 211.15º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #364F6A is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5479106-
CMYK0.490.2500.58
HSL211.15º32.5%31.37%-
HSV(B)211.15º49.06%41.57%-
XYZ6.927.4214.7-
YUV74.6145.72113.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.59%
GREEN value IS 79 (31.25% from 255) = 33.05%
BLUE value IS 106 (41.80% from 255) = 44.35%
R=22.59%
G=33.05%
B=44.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54791060.490.2500.58211.1532.531.37
Hex364F6A311903Ad3201f
Octal6611715261310723234037
Binary110110100111111010101100011100101110101101001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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