#365566

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

Shades of Cello #365566

Tints of Cello #365566

Color information

#365566 (or 0x365566) is unknown color: approx Cello. HEX triplet: 36, 55 and 66. RGB value is (54,85,102). Sum of RGB (Red+Green+Blue) = 54+85+102=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 102 - color contains mainly: blue. Hex color #365566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365566 is #C9AA99. Grayscale: #4D4D4D. Windows color (decimal): -13216410 or 6706486. OLE color: 6706486.

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

Color convert

RGB5485102-
CMYK0.470.1700.6
HSL201.25º30.77%30.59%-
HSV(B)201.25º47.06%40%-
XYZ7.178.2413.78-
YUV77.67141.73111.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.41%
GREEN value IS 85 (33.59% from 255) = 35.27%
BLUE value IS 102 (40.23% from 255) = 42.32%
R=22.41%
G=35.27%
B=42.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal54851020.470.1700.6201.2530.7730.59
Hex3655662F1103Cc91f1f
Octal6612514657210743113737
Binary11011010101011100110101111100010111100110010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365566; }

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

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

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

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

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

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

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

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