#364C6A

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

Shades of Cello #364C6A

Tints of Cello #364C6A

Color information

#364C6A (or 0x364C6A) is unknown color: approx Cello. HEX triplet: 36, 4C and 6A. RGB value is (54,76,106). Sum of RGB (Red+Green+Blue) = 54+76+106=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 106 - color contains mainly: blue. Hex color #364C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C6A is #C9B395. Grayscale: #484848. Windows color (decimal): -13218710 or 6966326. OLE color: 6966326.

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

Color convert

RGB5476106-
CMYK0.490.2800.58
HSL214.62º32.5%31.37%-
HSV(B)214.62º49.06%41.57%-
XYZ6.716.9914.63-
YUV72.84146.71114.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.88%
GREEN value IS 76 (30.08% from 255) = 32.20%
BLUE value IS 106 (41.80% from 255) = 44.92%
R=22.88%
G=32.20%
B=44.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54761060.490.2800.58214.6232.531.37
Hex364C6A311C03Ad7201f
Octal6611415261340723274037
Binary110110100110011010101100011110001110101101011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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