#27589A

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

Shades of Endeavour #27589A

Tints of Endeavour #27589A

Color information

#27589A (or 0x27589A) is unknown color: approx Endeavour. HEX triplet: 27, 58 and 9A. RGB value is (39,88,154). Sum of RGB (Red+Green+Blue) = 39+88+154=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 154 (60.55% from 255 or 54.80% from 281); Max value from RGB is 154 - color contains mainly: blue. Hex color #27589A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27589A is #D8A765. Grayscale: #505050. Windows color (decimal): -14198630 or 10115111. OLE color: 10115111.

HSL color Cylindrical-coordinate representation of color #27589A: hue angle of 214.43º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27589A is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3988154-
CMYK0.750.4300.40
HSL214.43º59.59%37.84%-
HSV(B)214.43º74.68%60.39%-
XYZ10.169.7431.92-
YUV80.87169.2798.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.88%
GREEN value IS 88 (34.77% from 255) = 31.32%
BLUE value IS 154 (60.55% from 255) = 54.80%
R=13.88%
G=31.32%
B=54.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal39881540.750.4300.40214.4359.5937.84
Hex27589A4B2B028d63c26
Octal47130232113530503267446
Binary1001111011000100110101001011101011010100011010110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27589A; }

 p { color: rgb(39,88,154); }

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

<style>
 a { background-color: #27589A; }

 a { background-color: rgb(39,88,154); }

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

<style>
 span { border-color: #27589A; }

 span { border-color: rgb(39,88,154); }

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