#366290

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

Shades of Endeavour #366290

Tints of Endeavour #366290

Color information

#366290 (or 0x366290) is unknown color: approx Endeavour. HEX triplet: 36, 62 and 90. RGB value is (54,98,144). Sum of RGB (Red+Green+Blue) = 54+98+144=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #366290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366290 is #C99D6F. Grayscale: #595959. Windows color (decimal): -13213040 or 9462326. OLE color: 9462326.

HSL color Cylindrical-coordinate representation of color #366290: hue angle of 210.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #366290 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5498144-
CMYK0.630.3200.44
HSL210.67º45.45%38.82%-
HSV(B)210.67º62.5%56.47%-
XYZ10.9211.5328.04-
YUV90.09158.42102.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.24%
GREEN value IS 98 (38.67% from 255) = 33.11%
BLUE value IS 144 (56.64% from 255) = 48.65%
R=18.24%
G=33.11%
B=48.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54981440.630.3200.44210.6745.4538.82
Hex3662903F2002Cd32d27
Octal6614222077400543235547
Binary110110110001010010000111111100000010110011010011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366290; }

 p { color: rgb(54,98,144); }

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

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

 a { background-color: rgb(54,98,144); }

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

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

 span { border-color: rgb(54,98,144); }

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