#365A93

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

Shades of Endeavour #365A93

Tints of Endeavour #365A93

Color information

#365A93 (or 0x365A93) is unknown color: approx Endeavour. HEX triplet: 36, 5A and 93. RGB value is (54,90,147). Sum of RGB (Red+Green+Blue) = 54+90+147=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #365A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365A93 is #C9A56C. Grayscale: #555555. Windows color (decimal): -13215085 or 9656886. OLE color: 9656886.

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

Color convert

RGB5490147-
CMYK0.630.3900.42
HSL216.77º46.27%39.41%-
HSV(B)216.77º63.27%57.65%-
XYZ10.4410.229.02-
YUV85.73162.57105.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.56%
GREEN value IS 90 (35.55% from 255) = 30.93%
BLUE value IS 147 (57.81% from 255) = 50.52%
R=18.56%
G=30.93%
B=50.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54901470.630.3900.42216.7746.2739.41
Hex365A933F2702Ad92e27
Octal6613222377470523315647
Binary110110101101010010011111111100111010101011011001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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