#365466

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

Shades of Cello #365466

Tints of Cello #365466

Color information

#365466 (or 0x365466) is unknown color: approx Cello. HEX triplet: 36, 54 and 66. RGB value is (54,84,102). Sum of RGB (Red+Green+Blue) = 54+84+102=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 102 - color contains mainly: blue. Hex color #365466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365466 is #C9AB99. Grayscale: #4C4C4C. Windows color (decimal): -13216666 or 6706230. OLE color: 6706230.

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

Color convert

RGB5484102-
CMYK0.470.1800.6
HSL202.5º30.77%30.59%-
HSV(B)202.5º47.06%40%-
XYZ7.098.0813.76-
YUV77.08142.06111.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.5%
GREEN value IS 84 (33.20% from 255) = 35%
BLUE value IS 102 (40.23% from 255) = 42.5%
R=22.5%
G=35%
B=42.5%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal54841020.470.1800.6202.530.7730.59
Hex3654662F1203Cca1f1f
Octal6612414657220743123737
Binary11011010101001100110101111100100111100110010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365466; }

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

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

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

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

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

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

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

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