#365E93

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

Shades of Endeavour #365E93

Tints of Endeavour #365E93

Color information

#365E93 (or 0x365E93) is unknown color: approx Endeavour. HEX triplet: 36, 5E and 93. RGB value is (54,94,147). Sum of RGB (Red+Green+Blue) = 54+94+147=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #365E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365E93 is #C9A16C. Grayscale: #575757. Windows color (decimal): -13214061 or 9657910. OLE color: 9657910.

HSL color Cylindrical-coordinate representation of color #365E93: hue angle of 214.19º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #365E93 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5494147-
CMYK0.630.3600.42
HSL214.19º46.27%39.41%-
HSV(B)214.19º63.27%57.65%-
XYZ10.7910.929.14-
YUV88.08161.25103.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.31%
GREEN value IS 94 (37.11% from 255) = 31.86%
BLUE value IS 147 (57.81% from 255) = 49.83%
R=18.31%
G=31.86%
B=49.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54941470.630.3600.42214.1946.2739.41
Hex365E933F2402Ad62e27
Octal6613622377440523265647
Binary110110101111010010011111111100100010101011010110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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