#364D61

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

Shades of Cello #364D61

Tints of Cello #364D61

Color information

#364D61 (or 0x364D61) is unknown color: approx Cello. HEX triplet: 36, 4D and 61. RGB value is (54,77,97). Sum of RGB (Red+Green+Blue) = 54+77+97=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #364D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364D61 is #C9B29E. Grayscale: #484848. Windows color (decimal): -13218463 or 6376758. OLE color: 6376758.

HSL color Cylindrical-coordinate representation of color #364D61: hue angle of 207.91º 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 #364D61 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB547797-
CMYK0.440.2100.62
HSL207.91º28.48%29.61%-
HSV(B)207.91º44.33%38.04%-
XYZ6.336.9612.32-
YUV72.4141.88114.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.68%
GREEN value IS 77 (30.47% from 255) = 33.77%
BLUE value IS 97 (38.28% from 255) = 42.54%
R=23.68%
G=33.77%
B=42.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5477970.440.2100.62207.9128.4829.61
Hex364D612C1503Ed01c1e
Octal6611514154250763203436
Binary11011010011011100001101100101010111110110100001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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