#27579F

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

Shades of Endeavour #27579F

Tints of Endeavour #27579F

Color information

#27579F (or 0x27579F) is unknown color: approx Endeavour. HEX triplet: 27, 57 and 9F. RGB value is (39,87,159). Sum of RGB (Red+Green+Blue) = 39+87+159=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #27579F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27579F is #D8A860. Grayscale: #505050. Windows color (decimal): -14198881 or 10442535. OLE color: 10442535.

HSL color Cylindrical-coordinate representation of color #27579F: hue angle of 216º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27579F is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3987159-
CMYK0.750.4500.38
HSL216º60.61%38.82%-
HSV(B)216º75.47%62.35%-
XYZ10.59.7534.13-
YUV80.86172.198.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.68%
GREEN value IS 87 (34.38% from 255) = 30.53%
BLUE value IS 159 (62.5% from 255) = 55.79%
R=13.68%
G=30.53%
B=55.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal39871590.750.4500.3821660.6138.82
Hex27579F4B2D026d83d27
Octal47127237113550463307547
Binary1001111010111100111111001011101101010011011011000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27579F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27579F; }

 p { color: rgb(39,87,159); }

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

<style>
 a { background-color: #27579F; }

 a { background-color: rgb(39,87,159); }

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

<style>
 span { border-color: #27579F; }

 span { border-color: rgb(39,87,159); }

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