#365163

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

Shades of Cello #365163

Tints of Cello #365163

Color information

#365163 (or 0x365163) is unknown color: approx Cello. HEX triplet: 36, 51 and 63. RGB value is (54,81,99). Sum of RGB (Red+Green+Blue) = 54+81+99=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #365163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365163 is #C9AE9C. Grayscale: #4A4A4A. Windows color (decimal): -13217437 or 6508854. OLE color: 6508854.

HSL color Cylindrical-coordinate representation of color #365163: hue angle of 204º 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 #365163 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB548199-
CMYK0.450.1800.61
HSL204º29.41%30%-
HSV(B)204º45.45%38.82%-
XYZ6.727.5712.91-
YUV74.98141.55113.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.08%
GREEN value IS 81 (32.03% from 255) = 34.62%
BLUE value IS 99 (39.06% from 255) = 42.31%
R=23.08%
G=34.62%
B=42.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5481990.450.1800.6120429.4130
Hex3651632D1203Dcc1d1e
Octal6612114355220753143536
Binary11011010100011100011101101100100111101110011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365163; }

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

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

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

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

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

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

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

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