#275499

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

Shades of Endeavour #275499

Tints of Endeavour #275499

Color information

#275499 (or 0x275499) is unknown color: approx Endeavour. HEX triplet: 27, 54 and 99. RGB value is (39,84,153). Sum of RGB (Red+Green+Blue) = 39+84+153=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #275499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275499 is #D8AB66. Grayscale: #4E4E4E. Windows color (decimal): -14199655 or 10048551. OLE color: 10048551.

HSL color Cylindrical-coordinate representation of color #275499: hue angle of 216.32º 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 #275499 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3984153-
CMYK0.750.4500.4
HSL216.32º59.38%37.65%-
HSV(B)216.32º74.51%60%-
XYZ9.769.0731.37-
YUV78.41170.0999.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.13%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 153 (60.16% from 255) = 55.43%
R=14.13%
G=30.43%
B=55.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal39841530.750.4500.4216.3259.3837.65
Hex2754994B2D028d83b26
Octal47124231113550503307346
Binary1001111010100100110011001011101101010100011011000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275499; }

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

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

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

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

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

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

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

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