#365D90

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

Shades of Endeavour #365D90

Tints of Endeavour #365D90

Color information

#365D90 (or 0x365D90) is unknown color: approx Endeavour. HEX triplet: 36, 5D and 90. RGB value is (54,93,144). Sum of RGB (Red+Green+Blue) = 54+93+144=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #365D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365D90 is #C9A26F. Grayscale: #565656. Windows color (decimal): -13214320 or 9461046. OLE color: 9461046.

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

Color convert

RGB5493144-
CMYK0.630.3500.44
HSL214º45.45%38.82%-
HSV(B)214º62.5%56.47%-
XYZ10.4710.6327.88-
YUV87.15160.08104.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.56%
GREEN value IS 93 (36.72% from 255) = 31.96%
BLUE value IS 144 (56.64% from 255) = 49.48%
R=18.56%
G=31.96%
B=49.48%

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
Decimal54931440.630.3500.4421445.4538.82
Hex365D903F2302Cd62d27
Octal6613522077430543265547
Binary110110101110110010000111111100011010110011010110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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