#27508D

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

Shades of Endeavour #27508D

Tints of Endeavour #27508D

Color information

#27508D (or 0x27508D) is unknown color: approx Endeavour. HEX triplet: 27, 50 and 8D. RGB value is (39,80,141). Sum of RGB (Red+Green+Blue) = 39+80+141=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #27508D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27508D is #D8AF72. Grayscale: #4A4A4A. Windows color (decimal): -14200691 or 9261095. OLE color: 9261095.

HSL color Cylindrical-coordinate representation of color #27508D: hue angle of 215.88º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27508D is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3980141-
CMYK0.720.4300.45
HSL215.88º56.67%35.29%-
HSV(B)215.88º72.34%55.29%-
XYZ8.518.0926.31-
YUV74.69165.42102.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15%
GREEN value IS 80 (31.64% from 255) = 30.77%
BLUE value IS 141 (55.47% from 255) = 54.23%
R=15%
G=30.77%
B=54.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal39801410.720.4300.45215.8856.6735.29
Hex27508D482B02Dd83923
Octal47120215110530553307143
Binary1001111010000100011011001000101011010110111011000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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