#366292

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

Shades of Endeavour #366292

Tints of Endeavour #366292

Color information

#366292 (or 0x366292) is unknown color: approx Endeavour. HEX triplet: 36, 62 and 92. RGB value is (54,98,146). Sum of RGB (Red+Green+Blue) = 54+98+146=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #366292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366292 is #C99D6D. Grayscale: #5A5A5A. Windows color (decimal): -13213038 or 9593398. OLE color: 9593398.

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

Color convert

RGB5498146-
CMYK0.630.3300.43
HSL211.3º46%39.22%-
HSV(B)211.3º63.01%57.25%-
XYZ11.0811.5928.85-
YUV90.32159.42102.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.12%
GREEN value IS 98 (38.67% from 255) = 32.89%
BLUE value IS 146 (57.42% from 255) = 48.99%
R=18.12%
G=32.89%
B=48.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54981460.630.3300.43211.34639.22
Hex3662923F2102Bd32e27
Octal6614222277410533235647
Binary110110110001010010010111111100001010101111010011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366292; }

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

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

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

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

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

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

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

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