#275899

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

Shades of Endeavour #275899

Tints of Endeavour #275899

Color information

#275899 (or 0x275899) is unknown color: approx Endeavour. HEX triplet: 27, 58 and 99. RGB value is (39,88,153). Sum of RGB (Red+Green+Blue) = 39+88+153=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #275899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275899 is #D8A766. Grayscale: #505050. Windows color (decimal): -14198631 or 10049575. OLE color: 10049575.

HSL color Cylindrical-coordinate representation of color #275899: hue angle of 214.21º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #275899 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3988153-
CMYK0.750.4200.4
HSL214.21º59.38%37.65%-
HSV(B)214.21º74.51%60%-
XYZ10.089.7131.48-
YUV80.76168.7798.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.93%
GREEN value IS 88 (34.77% from 255) = 31.43%
BLUE value IS 153 (60.16% from 255) = 54.64%
R=13.93%
G=31.43%
B=54.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal39881530.750.4200.4214.2159.3837.65
Hex2758994B2A028d63b26
Octal47130231113520503267346
Binary1001111011000100110011001011101010010100011010110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275899; }

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

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

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

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

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

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

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

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