#275092

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

Shades of Endeavour #275092

Tints of Endeavour #275092

Color information

#275092 (or 0x275092) is unknown color: approx Endeavour. HEX triplet: 27, 50 and 92. RGB value is (39,80,146). Sum of RGB (Red+Green+Blue) = 39+80+146=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #275092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275092 is #D8AF6D. Grayscale: #4A4A4A. Windows color (decimal): -14200686 or 9588775. OLE color: 9588775.

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

Color convert

RGB3980146-
CMYK0.730.4500.43
HSL217.01º57.84%36.27%-
HSV(B)217.01º73.29%57.25%-
XYZ8.898.2428.32-
YUV75.26167.92102.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.72%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 146 (57.42% from 255) = 55.09%
R=14.72%
G=30.19%
B=55.09%

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
Decimal39801460.730.4500.43217.0157.8436.27
Hex275092492D02Bd93a24
Octal47120222111550533317244
Binary1001111010000100100101001001101101010101111011001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275092; }

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

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

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

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

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

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

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

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