#275491

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

Shades of Endeavour #275491

Tints of Endeavour #275491

Color information

#275491 (or 0x275491) is unknown color: approx Endeavour. HEX triplet: 27, 54 and 91. RGB value is (39,84,145). Sum of RGB (Red+Green+Blue) = 39+84+145=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #275491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275491 is #D8AB6E. Grayscale: #4D4D4D. Windows color (decimal): -14199663 or 9524263. OLE color: 9524263.

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

Color convert

RGB3984145-
CMYK0.730.4200.43
HSL214.53º57.61%36.08%-
HSV(B)214.53º73.1%56.86%-
XYZ9.128.8228.01-
YUV77.5166.09100.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.55%
GREEN value IS 84 (33.20% from 255) = 31.34%
BLUE value IS 145 (57.03% from 255) = 54.10%
R=14.55%
G=31.34%
B=54.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal39841450.730.4200.43214.5357.6136.08
Hex275491492A02Bd73a24
Octal47124221111520533277244
Binary1001111010100100100011001001101010010101111010111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275491; }

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

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

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

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

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

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

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

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