#364965

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

Shades of Cello #364965

Tints of Cello #364965

Color information

#364965 (or 0x364965) is unknown color: approx Cello. HEX triplet: 36, 49 and 65. RGB value is (54,73,101). Sum of RGB (Red+Green+Blue) = 54+73+101=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #364965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364965 is #C9B69A. Grayscale: #464646. Windows color (decimal): -13219483 or 6637878. OLE color: 6637878.

HSL color Cylindrical-coordinate representation of color #364965: hue angle of 215.74º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #364965 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5473101-
CMYK0.470.2800.60
HSL215.74º30.32%30.39%-
HSV(B)215.74º46.53%39.61%-
XYZ6.256.4913.23-
YUV70.51145.21116.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.68%
GREEN value IS 73 (28.91% from 255) = 32.02%
BLUE value IS 101 (39.84% from 255) = 44.30%
R=23.68%
G=32.02%
B=44.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54731010.470.2800.60215.7430.3230.39
Hex3649652F1C03Cd81e1e
Octal6611114557340743303636
Binary11011010010011100101101111111000111100110110001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364965; }

 p { color: rgb(54,73,101); }

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

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

 a { background-color: rgb(54,73,101); }

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

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

 span { border-color: rgb(54,73,101); }

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