#365366

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

Shades of Cello #365366

Tints of Cello #365366

Color information

#365366 (or 0x365366) is unknown color: approx Cello. HEX triplet: 36, 53 and 66. RGB value is (54,83,102). Sum of RGB (Red+Green+Blue) = 54+83+102=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 102 - color contains mainly: blue. Hex color #365366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365366 is #C9AC99. Grayscale: #4C4C4C. Windows color (decimal): -13216922 or 6705974. OLE color: 6705974.

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

Color convert

RGB5483102-
CMYK0.470.1900.6
HSL203.75º30.77%30.59%-
HSV(B)203.75º47.06%40%-
XYZ7.017.9313.73-
YUV76.49142.39111.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.59%
GREEN value IS 83 (32.81% from 255) = 34.73%
BLUE value IS 102 (40.23% from 255) = 42.68%
R=22.59%
G=34.73%
B=42.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal54831020.470.1900.6203.7530.7730.59
Hex3653662F1303Ccc1f1f
Octal6612314657230743143737
Binary11011010100111100110101111100110111100110011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365366; }

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

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

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

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

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

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

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

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