#365D93

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

Shades of Endeavour #365D93

Tints of Endeavour #365D93

Color information

#365D93 (or 0x365D93) is unknown color: approx Endeavour. HEX triplet: 36, 5D and 93. RGB value is (54,93,147). Sum of RGB (Red+Green+Blue) = 54+93+147=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #365D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365D93 is #C9A26C. Grayscale: #575757. Windows color (decimal): -13214317 or 9657654. OLE color: 9657654.

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

Color convert

RGB5493147-
CMYK0.630.3700.42
HSL214.84º46.27%39.41%-
HSV(B)214.84º63.27%57.65%-
XYZ10.710.7229.11-
YUV87.49161.58104.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.37%
GREEN value IS 93 (36.72% from 255) = 31.63%
BLUE value IS 147 (57.81% from 255) = 50%
R=18.37%
G=31.63%
B=50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54931470.630.3700.42214.8446.2739.41
Hex365D933F2502Ad72e27
Octal6613522377450523275647
Binary110110101110110010011111111100101010101011010111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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