#275A91

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

Shades of Endeavour #275A91

Tints of Endeavour #275A91

Color information

#275A91 (or 0x275A91) is unknown color: approx Endeavour. HEX triplet: 27, 5A and 91. RGB value is (39,90,145). Sum of RGB (Red+Green+Blue) = 39+90+145=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #275A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275A91 is #D8A56E. Grayscale: #505050. Windows color (decimal): -14198127 or 9525799. OLE color: 9525799.

HSL color Cylindrical-coordinate representation of color #275A91: hue angle of 211.13º 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 #275A91 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3990145-
CMYK0.730.3800.43
HSL211.13º57.61%36.08%-
HSV(B)211.13º73.1%56.86%-
XYZ9.69.7928.17-
YUV81.02164.198.03-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.23%
GREEN value IS 90 (35.55% from 255) = 32.85%
BLUE value IS 145 (57.03% from 255) = 52.92%
R=14.23%
G=32.85%
B=52.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal39901450.730.3800.43211.1357.6136.08
Hex275A91492602Bd33a24
Octal47132221111460533237244
Binary1001111011010100100011001001100110010101111010011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275A91; }

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

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

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

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

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

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

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

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