#365D8F

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

Shades of Endeavour #365D8F

Tints of Endeavour #365D8F

Color information

#365D8F (or 0x365D8F) is unknown color: approx Endeavour. HEX triplet: 36, 5D and 8F. RGB value is (54,93,143). Sum of RGB (Red+Green+Blue) = 54+93+143=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 143 (56.25% from 255 or 49.31% from 290); Max value from RGB is 143 - color contains mainly: blue. Hex color #365D8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365D8F is #C9A270. Grayscale: #565656. Windows color (decimal): -13214321 or 9395510. OLE color: 9395510.

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

Color convert

RGB5493143-
CMYK0.620.3500.44
HSL213.71º45.18%38.63%-
HSV(B)213.71º62.24%56.08%-
XYZ10.3910.627.48-
YUV87.04159.58104.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.62%
GREEN value IS 93 (36.72% from 255) = 32.07%
BLUE value IS 143 (56.25% from 255) = 49.31%
R=18.62%
G=32.07%
B=49.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54931430.620.3500.44213.7145.1838.63
Hex365D8F3E2302Cd62d27
Octal6613521776430543265547
Binary110110101110110001111111110100011010110011010110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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