#365F90

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

Shades of Endeavour #365F90

Tints of Endeavour #365F90

Color information

#365F90 (or 0x365F90) is unknown color: approx Endeavour. HEX triplet: 36, 5F and 90. RGB value is (54,95,144). Sum of RGB (Red+Green+Blue) = 54+95+144=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #365F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365F90 is #C9A06F. Grayscale: #585858. Windows color (decimal): -13213808 or 9461558. OLE color: 9461558.

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

Color convert

RGB5495144-
CMYK0.630.3400.44
HSL212.67º45.45%38.82%-
HSV(B)212.67º62.5%56.47%-
XYZ10.6510.9827.94-
YUV88.33159.42103.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.43%
GREEN value IS 95 (37.5% from 255) = 32.42%
BLUE value IS 144 (56.64% from 255) = 49.15%
R=18.43%
G=32.42%
B=49.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54951440.630.3400.44212.6745.4538.82
Hex365F903F2202Cd52d27
Octal6613722077420543255547
Binary110110101111110010000111111100010010110011010101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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