#27588C

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

Shades of Endeavour #27588C

Tints of Endeavour #27588C

Color information

#27588C (or 0x27588C) is unknown color: approx Endeavour. HEX triplet: 27, 58 and 8C. RGB value is (39,88,140). Sum of RGB (Red+Green+Blue) = 39+88+140=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #27588C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27588C is #D8A773. Grayscale: #4F4F4F. Windows color (decimal): -14198644 or 9197607. OLE color: 9197607.

HSL color Cylindrical-coordinate representation of color #27588C: hue angle of 210.89º degrees, saturation: 0.56, 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 #27588C is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3988140-
CMYK0.720.3700.45
HSL210.89º56.42%35.1%-
HSV(B)210.89º72.14%54.9%-
XYZ9.069.326.13-
YUV79.28162.2799.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.61%
GREEN value IS 88 (34.77% from 255) = 32.96%
BLUE value IS 140 (55.08% from 255) = 52.43%
R=14.61%
G=32.96%
B=52.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal39881400.720.3700.45210.8956.4235.1
Hex27588C482502Dd33823
Octal47130214110450553237043
Binary1001111011000100011001001000100101010110111010011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27588C; }

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

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

<style>
 a { background-color: #27588C; }

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

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

<style>
 span { border-color: #27588C; }

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

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