#275497

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

Shades of Endeavour #275497

Tints of Endeavour #275497

Color information

#275497 (or 0x275497) is unknown color: approx Endeavour. HEX triplet: 27, 54 and 97. RGB value is (39,84,151). Sum of RGB (Red+Green+Blue) = 39+84+151=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 151 (59.38% from 255 or 55.11% from 274); Max value from RGB is 151 - color contains mainly: blue. Hex color #275497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275497 is #D8AB68. Grayscale: #4D4D4D. Windows color (decimal): -14199657 or 9917479. OLE color: 9917479.

HSL color Cylindrical-coordinate representation of color #275497: hue angle of 215.89º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #275497 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3984151-
CMYK0.740.4400.41
HSL215.89º58.95%37.25%-
HSV(B)215.89º74.17%59.22%-
XYZ9.599.0130.51-
YUV78.18169.09100.05-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.23%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 151 (59.38% from 255) = 55.11%
R=14.23%
G=30.66%
B=55.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39841510.740.4400.41215.8958.9537.25
Hex2754974A2C029d83b25
Octal47124227112540513307345
Binary1001111010100100101111001010101100010100111011000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275497; }

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

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

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

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

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

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

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

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