#365363

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

Shades of Cello #365363

Tints of Cello #365363

Color information

#365363 (or 0x365363) is unknown color: approx Cello. HEX triplet: 36, 53 and 63. RGB value is (54,83,99). Sum of RGB (Red+Green+Blue) = 54+83+99=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: blue. Hex color #365363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365363 is #C9AC9C. Grayscale: #4C4C4C. Windows color (decimal): -13216925 or 6509366. OLE color: 6509366.

HSL color Cylindrical-coordinate representation of color #365363: hue angle of 201.33º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #365363 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB548399-
CMYK0.450.1600.61
HSL201.33º29.41%30%-
HSV(B)201.33º45.45%38.82%-
XYZ6.877.8712.96-
YUV76.15140.89112.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.88%
GREEN value IS 83 (32.81% from 255) = 35.17%
BLUE value IS 99 (39.06% from 255) = 41.95%
R=22.88%
G=35.17%
B=41.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5483990.450.1600.61201.3329.4130
Hex3653632D1003Dc91d1e
Octal6612314355200753113536
Binary11011010100111100011101101100000111101110010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365363; }

 p { color: rgb(54,83,99); }

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

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

 a { background-color: rgb(54,83,99); }

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

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

 span { border-color: rgb(54,83,99); }

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