#365E92

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

Shades of Endeavour #365E92

Tints of Endeavour #365E92

Color information

#365E92 (or 0x365E92) is unknown color: approx Endeavour. HEX triplet: 36, 5E and 92. RGB value is (54,94,146). Sum of RGB (Red+Green+Blue) = 54+94+146=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #365E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365E92 is #C9A16D. Grayscale: #575757. Windows color (decimal): -13214062 or 9592374. OLE color: 9592374.

HSL color Cylindrical-coordinate representation of color #365E92: hue angle of 213.91º 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 #365E92 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5494146-
CMYK0.630.3600.43
HSL213.91º46%39.22%-
HSV(B)213.91º63.01%57.25%-
XYZ10.7110.8728.73-
YUV87.97160.75103.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.37%
GREEN value IS 94 (37.11% from 255) = 31.97%
BLUE value IS 146 (57.42% from 255) = 49.66%
R=18.37%
G=31.97%
B=49.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54941460.630.3600.43213.914639.22
Hex365E923F2402Bd62e27
Octal6613622277440533265647
Binary110110101111010010010111111100100010101111010110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365E92; }

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

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

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

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

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

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

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

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