#364C68

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

Shades of Cello #364C68

Tints of Cello #364C68

Color information

#364C68 (or 0x364C68) is unknown color: approx Cello. HEX triplet: 36, 4C and 68. RGB value is (54,76,104). Sum of RGB (Red+Green+Blue) = 54+76+104=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 104 - color contains mainly: blue. Hex color #364C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C68 is #C9B397. Grayscale: #484848. Windows color (decimal): -13218712 or 6835254. OLE color: 6835254.

HSL color Cylindrical-coordinate representation of color #364C68: hue angle of 213.6º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #364C68 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5476104-
CMYK0.480.2700.59
HSL213.6º31.65%30.98%-
HSV(B)213.6º48.08%40.78%-
XYZ6.66.9514.09-
YUV72.61145.71114.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.08%
GREEN value IS 76 (30.08% from 255) = 32.48%
BLUE value IS 104 (41.02% from 255) = 44.44%
R=23.08%
G=32.48%
B=44.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54761040.480.2700.59213.631.6530.98
Hex364C68301B03Bd6201f
Octal6611415060330733264037
Binary110110100110011010001100001101101110111101011010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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