#364C61

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

Shades of Cello #364C61

Tints of Cello #364C61

Color information

#364C61 (or 0x364C61) is unknown color: approx Cello. HEX triplet: 36, 4C and 61. RGB value is (54,76,97). Sum of RGB (Red+Green+Blue) = 54+76+97=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #364C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C61 is #C9B39E. Grayscale: #474747. Windows color (decimal): -13218719 or 6376502. OLE color: 6376502.

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

Color convert

RGB547697-
CMYK0.440.2200.62
HSL209.3º28.48%29.61%-
HSV(B)209.3º44.33%38.04%-
XYZ6.266.8212.29-
YUV71.82142.21115.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.79%
GREEN value IS 76 (30.08% from 255) = 33.48%
BLUE value IS 97 (38.28% from 255) = 42.73%
R=23.79%
G=33.48%
B=42.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5476970.440.2200.62209.328.4829.61
Hex364C612C1603Ed11c1e
Octal6611414154260763213436
Binary11011010011001100001101100101100111110110100011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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