#365364

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

Shades of Cello #365364

Tints of Cello #365364

Color information

#365364 (or 0x365364) is unknown color: approx Cello. HEX triplet: 36, 53 and 64. RGB value is (54,83,100). Sum of RGB (Red+Green+Blue) = 54+83+100=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 100 - color contains mainly: blue. Hex color #365364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365364 is #C9AC9B. Grayscale: #4C4C4C. Windows color (decimal): -13216924 or 6574902. OLE color: 6574902.

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

Color convert

RGB5483100-
CMYK0.460.1700.61
HSL202.17º29.87%30.2%-
HSV(B)202.17º46%39.22%-
XYZ6.917.8913.22-
YUV76.27141.39112.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.78%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 100 (39.45% from 255) = 42.19%
R=22.78%
G=35.02%
B=42.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal54831000.460.1700.61202.1729.8730.2
Hex3653642E1103Dca1e1e
Octal6612314456210753123636
Binary11011010100111100100101110100010111101110010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365364; }

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

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

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

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

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

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

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

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