#364E68

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

Shades of Cello #364E68

Tints of Cello #364E68

Color information

#364E68 (or 0x364E68) is unknown color: approx Cello. HEX triplet: 36, 4E and 68. RGB value is (54,78,104). Sum of RGB (Red+Green+Blue) = 54+78+104=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #364E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364E68 is #C9B197. Grayscale: #494949. Windows color (decimal): -13218200 or 6835766. OLE color: 6835766.

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

Color convert

RGB5478104-
CMYK0.480.2500.59
HSL211.2º31.65%30.98%-
HSV(B)211.2º48.08%40.78%-
XYZ6.747.2314.14-
YUV73.79145.05113.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.88%
GREEN value IS 78 (30.86% from 255) = 33.05%
BLUE value IS 104 (41.02% from 255) = 44.07%
R=22.88%
G=33.05%
B=44.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54781040.480.2500.59211.231.6530.98
Hex364E68301903Bd3201f
Octal6611615060310733234037
Binary110110100111011010001100001100101110111101001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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