#365E90

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

Shades of Endeavour #365E90

Tints of Endeavour #365E90

Color information

#365E90 (or 0x365E90) is unknown color: approx Endeavour. HEX triplet: 36, 5E and 90. RGB value is (54,94,144). Sum of RGB (Red+Green+Blue) = 54+94+144=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #365E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365E90 is #C9A16F. Grayscale: #575757. Windows color (decimal): -13214064 or 9461302. OLE color: 9461302.

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

Color convert

RGB5494144-
CMYK0.630.3500.44
HSL213.33º45.45%38.82%-
HSV(B)213.33º62.5%56.47%-
XYZ10.5610.827.91-
YUV87.74159.75103.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.49%
GREEN value IS 94 (37.11% from 255) = 32.19%
BLUE value IS 144 (56.64% from 255) = 49.32%
R=18.49%
G=32.19%
B=49.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54941440.630.3500.44213.3345.4538.82
Hex365E903F2302Cd52d27
Octal6613622077430543255547
Binary110110101111010010000111111100011010110011010101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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