#275091

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

Shades of Endeavour #275091

Tints of Endeavour #275091

Color information

#275091 (or 0x275091) is unknown color: approx Endeavour. HEX triplet: 27, 50 and 91. RGB value is (39,80,145). Sum of RGB (Red+Green+Blue) = 39+80+145=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #275091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275091 is #D8AF6E. Grayscale: #4A4A4A. Windows color (decimal): -14200687 or 9523239. OLE color: 9523239.

HSL color Cylindrical-coordinate representation of color #275091: hue angle of 216.79º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #275091 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3980145-
CMYK0.730.4500.43
HSL216.79º57.61%36.08%-
HSV(B)216.79º73.1%56.86%-
XYZ8.828.2127.91-
YUV75.15167.42102.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.77%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 145 (57.03% from 255) = 54.92%
R=14.77%
G=30.30%
B=54.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal39801450.730.4500.43216.7957.6136.08
Hex275091492D02Bd93a24
Octal47120221111550533317244
Binary1001111010000100100011001001101101010101111011001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275091; }

 p { color: rgb(39,80,145); }

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

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

 a { background-color: rgb(39,80,145); }

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

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

 span { border-color: rgb(39,80,145); }

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