#365E94

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

Shades of Endeavour #365E94

Tints of Endeavour #365E94

Color information

#365E94 (or 0x365E94) is unknown color: approx Endeavour. HEX triplet: 36, 5E and 94. RGB value is (54,94,148). Sum of RGB (Red+Green+Blue) = 54+94+148=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #365E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365E94 is #C9A16B. Grayscale: #575757. Windows color (decimal): -13214060 or 9723446. OLE color: 9723446.

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

Color convert

RGB5494148-
CMYK0.640.3600.42
HSL214.47º46.53%39.61%-
HSV(B)214.47º63.51%58.04%-
XYZ10.8710.9329.55-
YUV88.2161.75103.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.24%
GREEN value IS 94 (37.11% from 255) = 31.76%
BLUE value IS 148 (58.20% from 255) = 50%
R=18.24%
G=31.76%
B=50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54941480.640.3600.42214.4746.5339.61
Hex365E94402402Ad62f28
Octal66136224100440523265750
Binary1101101011110100101001000000100100010101011010110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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