#366490

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

Shades of Endeavour #366490

Tints of Endeavour #366490

Color information

#366490 (or 0x366490) is unknown color: approx Endeavour. HEX triplet: 36, 64 and 90. RGB value is (54,100,144). Sum of RGB (Red+Green+Blue) = 54+100+144=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #366490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366490 is #C99B6F. Grayscale: #5B5B5B. Windows color (decimal): -13212528 or 9462838. OLE color: 9462838.

HSL color Cylindrical-coordinate representation of color #366490: hue angle of 209.33º 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 #366490 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB54100144-
CMYK0.630.3100.44
HSL209.33º45.45%38.82%-
HSV(B)209.33º62.5%56.47%-
XYZ11.1111.9128.1-
YUV91.26157.76101.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.12%
GREEN value IS 100 (39.45% from 255) = 33.56%
BLUE value IS 144 (56.64% from 255) = 48.32%
R=18.12%
G=33.56%
B=48.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541001440.630.3100.44209.3345.4538.82
Hex3664903F1F02Cd12d27
Octal6614422077370543215547
Binary11011011001001001000011111111111010110011010001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366490; }

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

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

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

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

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

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

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

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