#364D68

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

Shades of Cello #364D68

Tints of Cello #364D68

Color information

#364D68 (or 0x364D68) is unknown color: approx Cello. HEX triplet: 36, 4D and 68. RGB value is (54,77,104). Sum of RGB (Red+Green+Blue) = 54+77+104=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #364D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364D68 is #C9B297. Grayscale: #494949. Windows color (decimal): -13218456 or 6835510. OLE color: 6835510.

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

Color convert

RGB5477104-
CMYK0.480.2600.59
HSL212.4º31.65%30.98%-
HSV(B)212.4º48.08%40.78%-
XYZ6.677.0914.11-
YUV73.2145.38114.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.98%
GREEN value IS 77 (30.47% from 255) = 32.77%
BLUE value IS 104 (41.02% from 255) = 44.26%
R=22.98%
G=32.77%
B=44.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54771040.480.2600.59212.431.6530.98
Hex364D68301A03Bd4201f
Octal6611515060320733244037
Binary110110100110111010001100001101001110111101010010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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