#365F8E

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

Shades of Endeavour #365F8E

Tints of Endeavour #365F8E

Color information

#365F8E (or 0x365F8E) is unknown color: approx Endeavour. HEX triplet: 36, 5F and 8E. RGB value is (54,95,142). Sum of RGB (Red+Green+Blue) = 54+95+142=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 142 - color contains mainly: blue. Hex color #365F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365F8E is #C9A071. Grayscale: #575757. Windows color (decimal): -13213810 or 9330486. OLE color: 9330486.

HSL color Cylindrical-coordinate representation of color #365F8E: hue angle of 212.05º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #365F8E is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5495142-
CMYK0.620.3300.44
HSL212.05º44.9%38.43%-
HSV(B)212.05º61.97%55.69%-
XYZ10.510.9227.15-
YUV88.1158.42103.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.56%
GREEN value IS 95 (37.5% from 255) = 32.65%
BLUE value IS 142 (55.86% from 255) = 48.80%
R=18.56%
G=32.65%
B=48.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54951420.620.3300.44212.0544.938.43
Hex365F8E3E2102Cd42d26
Octal6613721676410543245546
Binary110110101111110001110111110100001010110011010100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,95,142); }

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

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

 a { background-color: rgb(54,95,142); }

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

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

 span { border-color: rgb(54,95,142); }

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