#366093

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

Shades of Endeavour #366093

Tints of Endeavour #366093

Color information

#366093 (or 0x366093) is unknown color: approx Endeavour. HEX triplet: 36, 60 and 93. RGB value is (54,96,147). Sum of RGB (Red+Green+Blue) = 54+96+147=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #366093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366093 is #C99F6C. Grayscale: #595959. Windows color (decimal): -13213549 or 9658422. OLE color: 9658422.

HSL color Cylindrical-coordinate representation of color #366093: hue angle of 212.9º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #366093 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5496147-
CMYK0.630.3500.42
HSL212.9º46.27%39.41%-
HSV(B)212.9º63.27%57.65%-
XYZ10.9711.2629.2-
YUV89.26160.59102.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.18%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 147 (57.81% from 255) = 49.49%
R=18.18%
G=32.32%
B=49.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54961470.630.3500.42212.946.2739.41
Hex3660933F2302Ad52e27
Octal6614022377430523255647
Binary110110110000010010011111111100011010101011010101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366093; }

 p { color: rgb(54,96,147); }

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

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

 a { background-color: rgb(54,96,147); }

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

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

 span { border-color: rgb(54,96,147); }

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