#366293

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

Shades of Endeavour #366293

Tints of Endeavour #366293

Color information

#366293 (or 0x366293) is unknown color: approx Endeavour. HEX triplet: 36, 62 and 93. RGB value is (54,98,147). Sum of RGB (Red+Green+Blue) = 54+98+147=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #366293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366293 is #C99D6C. Grayscale: #5A5A5A. Windows color (decimal): -13213037 or 9658934. OLE color: 9658934.

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

Color convert

RGB5498147-
CMYK0.630.3300.42
HSL211.61º46.27%39.41%-
HSV(B)211.61º63.27%57.65%-
XYZ11.1611.6329.26-
YUV90.43159.92102.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.06%
GREEN value IS 98 (38.67% from 255) = 32.78%
BLUE value IS 147 (57.81% from 255) = 49.16%
R=18.06%
G=32.78%
B=49.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54981470.630.3300.42211.6146.2739.41
Hex3662933F2102Ad42e27
Octal6614222377410523245647
Binary110110110001010010011111111100001010101011010100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366293; }

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

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

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

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

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

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

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

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