#27569A

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

Shades of Endeavour #27569A

Tints of Endeavour #27569A

Color information

#27569A (or 0x27569A) is unknown color: approx Endeavour. HEX triplet: 27, 56 and 9A. RGB value is (39,86,154). Sum of RGB (Red+Green+Blue) = 39+86+154=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 154 (60.55% from 255 or 55.20% from 279); Max value from RGB is 154 - color contains mainly: blue. Hex color #27569A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27569A is #D8A965. Grayscale: #4F4F4F. Windows color (decimal): -14199142 or 10114599. OLE color: 10114599.

HSL color Cylindrical-coordinate representation of color #27569A: hue angle of 215.48º 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 #27569A is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3986154-
CMYK0.750.4400.40
HSL215.48º59.59%37.84%-
HSV(B)215.48º74.68%60.39%-
XYZ109.4231.86-
YUV79.7169.9398.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.98%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 154 (60.55% from 255) = 55.20%
R=13.98%
G=30.82%
B=55.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal39861540.750.4400.40215.4859.5937.84
Hex27569A4B2C028d73c26
Octal47126232113540503277446
Binary1001111010110100110101001011101100010100011010111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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