#365165

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

Shades of Cello #365165

Tints of Cello #365165

Color information

#365165 (or 0x365165) is unknown color: approx Cello. HEX triplet: 36, 51 and 65. RGB value is (54,81,101). Sum of RGB (Red+Green+Blue) = 54+81+101=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 101 - color contains mainly: blue. Hex color #365165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365165 is #C9AE9A. Grayscale: #4B4B4B. Windows color (decimal): -13217435 or 6639926. OLE color: 6639926.

HSL color Cylindrical-coordinate representation of color #365165: hue angle of 205.53º 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 #365165 is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5481101-
CMYK0.470.2000.60
HSL205.53º30.32%30.39%-
HSV(B)205.53º46.53%39.61%-
XYZ6.817.6113.42-
YUV75.21142.55112.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.88%
GREEN value IS 81 (32.03% from 255) = 34.32%
BLUE value IS 101 (39.84% from 255) = 42.80%
R=22.88%
G=34.32%
B=42.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54811010.470.2000.60205.5330.3230.39
Hex3651652F1403Cce1e1e
Octal6612114557240743163636
Binary11011010100011100101101111101000111100110011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365165; }

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

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

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

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

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

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

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

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