#275486

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

Shades of Endeavour #275486

Tints of Endeavour #275486

Color information

#275486 (or 0x275486) is unknown color: approx Endeavour. HEX triplet: 27, 54 and 86. RGB value is (39,84,134). Sum of RGB (Red+Green+Blue) = 39+84+134=257 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.18% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #275486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275486 is #D8AB79. Grayscale: #4B4B4B. Windows color (decimal): -14199674 or 8803367. OLE color: 8803367.

HSL color Cylindrical-coordinate representation of color #275486: hue angle of 211.58º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #275486 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3984134-
CMYK0.710.3700.47
HSL211.58º54.91%33.92%-
HSV(B)211.58º70.9%52.55%-
XYZ8.318.4923.76-
YUV76.24160.59101.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.18%
GREEN value IS 84 (33.20% from 255) = 32.68%
BLUE value IS 134 (52.73% from 255) = 52.14%
R=15.18%
G=32.68%
B=52.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal39841340.710.3700.47211.5854.9133.92
Hex275486472502Fd43722
Octal47124206107450573246742
Binary1001111010100100001101000111100101010111111010100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275486; }

 p { color: rgb(39,84,134); }

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

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

 a { background-color: rgb(39,84,134); }

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

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

 span { border-color: rgb(39,84,134); }

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