#27558D

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

Shades of Endeavour #27558D

Tints of Endeavour #27558D

Color information

#27558D (or 0x27558D) is unknown color: approx Endeavour. HEX triplet: 27, 55 and 8D. RGB value is (39,85,141). Sum of RGB (Red+Green+Blue) = 39+85+141=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #27558D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27558D is #D8AA72. Grayscale: #4D4D4D. Windows color (decimal): -14199411 or 9262375. OLE color: 9262375.

HSL color Cylindrical-coordinate representation of color #27558D: hue angle of 212.94º 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 #27558D is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3985141-
CMYK0.720.4000.45
HSL212.94º56.67%35.29%-
HSV(B)212.94º72.34%55.29%-
XYZ8.898.8526.44-
YUV77.63163.76100.45-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.72%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 141 (55.47% from 255) = 53.21%
R=14.72%
G=32.08%
B=53.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal39851410.720.4000.45212.9456.6735.29
Hex27558D482802Dd53923
Octal47125215110500553257143
Binary1001111010101100011011001000101000010110111010101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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