#365166

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

Shades of Cello #365166

Tints of Cello #365166

Color information

#365166 (or 0x365166) is unknown color: approx Cello. HEX triplet: 36, 51 and 66. RGB value is (54,81,102). Sum of RGB (Red+Green+Blue) = 54+81+102=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 102 - color contains mainly: blue. Hex color #365166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365166 is #C9AE99. Grayscale: #4B4B4B. Windows color (decimal): -13217434 or 6705462. OLE color: 6705462.

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

Color convert

RGB5481102-
CMYK0.470.2100.6
HSL206.25º30.77%30.59%-
HSV(B)206.25º47.06%40%-
XYZ6.867.6313.68-
YUV75.32143.05112.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.78%
GREEN value IS 81 (32.03% from 255) = 34.18%
BLUE value IS 102 (40.23% from 255) = 43.04%
R=22.78%
G=34.18%
B=43.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal54811020.470.2100.6206.2530.7730.59
Hex3651662F1503Cce1f1f
Octal6612114657250743163737
Binary11011010100011100110101111101010111100110011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365166; }

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

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

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

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

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

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

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

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