#27529B

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

Shades of Endeavour #27529B

Tints of Endeavour #27529B

Color information

#27529B (or 0x27529B) is unknown color: approx Endeavour. HEX triplet: 27, 52 and 9B. RGB value is (39,82,155). Sum of RGB (Red+Green+Blue) = 39+82+155=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #27529B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27529B is #D8AD64. Grayscale: #4D4D4D. Windows color (decimal): -14200165 or 10179111. OLE color: 10179111.

HSL color Cylindrical-coordinate representation of color #27529B: hue angle of 217.76º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27529B is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3982155-
CMYK0.750.4700.39
HSL217.76º59.79%38.04%-
HSV(B)217.76º74.84%60.78%-
XYZ9.778.8332.2-
YUV77.46171.75100.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.13%
GREEN value IS 82 (32.42% from 255) = 29.71%
BLUE value IS 155 (60.94% from 255) = 56.16%
R=14.13%
G=29.71%
B=56.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal39821550.750.4700.39217.7659.7938.04
Hex27529B4B2F027da3c26
Octal47122233113570473327446
Binary1001111010010100110111001011101111010011111011010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27529B; }

 p { color: rgb(39,82,155); }

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

<style>
 a { background-color: #27529B; }

 a { background-color: rgb(39,82,155); }

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

<style>
 span { border-color: #27529B; }

 span { border-color: rgb(39,82,155); }

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