#27508A

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

Shades of Endeavour #27508A

Tints of Endeavour #27508A

Color information

#27508A (or 0x27508A) is unknown color: approx Endeavour. HEX triplet: 27, 50 and 8A. RGB value is (39,80,138). Sum of RGB (Red+Green+Blue) = 39+80+138=257 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.18% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #27508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27508A is #D8AF75. Grayscale: #4A4A4A. Windows color (decimal): -14200694 or 9064487. OLE color: 9064487.

HSL color Cylindrical-coordinate representation of color #27508A: hue angle of 215.15º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27508A is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3980138-
CMYK0.720.4200.46
HSL215.15º55.93%34.71%-
HSV(B)215.15º71.74%54.12%-
XYZ8.29825.15-
YUV74.35163.92102.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.18%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 138 (54.30% from 255) = 53.70%
R=15.18%
G=31.13%
B=53.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal39801380.720.4200.46215.1555.9334.71
Hex27508A482A02Ed73823
Octal47120212110520563277043
Binary1001111010000100010101001000101010010111011010111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,80,138); }

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

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

 a { background-color: rgb(39,80,138); }

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

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

 span { border-color: rgb(39,80,138); }

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