#364E61

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

Shades of Cello #364E61

Tints of Cello #364E61

Color information

#364E61 (or 0x364E61) is unknown color: approx Cello. HEX triplet: 36, 4E and 61. RGB value is (54,78,97). Sum of RGB (Red+Green+Blue) = 54+78+97=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 97 - color contains mainly: blue. Hex color #364E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364E61 is #C9B19E. Grayscale: #484848. Windows color (decimal): -13218207 or 6377014. OLE color: 6377014.

HSL color Cylindrical-coordinate representation of color #364E61: hue angle of 206.51º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #364E61 is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB547897-
CMYK0.440.2000.62
HSL206.51º28.48%29.61%-
HSV(B)206.51º44.33%38.04%-
XYZ6.47.112.34-
YUV72.99141.55114.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.58%
GREEN value IS 78 (30.86% from 255) = 34.06%
BLUE value IS 97 (38.28% from 255) = 42.36%
R=23.58%
G=34.06%
B=42.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5478970.440.2000.62206.5128.4829.61
Hex364E612C1403Ecf1c1e
Octal6611614154240763173436
Binary11011010011101100001101100101000111110110011111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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