#276092

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

Shades of Endeavour #276092

Tints of Endeavour #276092

Color information

#276092 (or 0x276092) is unknown color: approx Endeavour. HEX triplet: 27, 60 and 92. RGB value is (39,96,146). Sum of RGB (Red+Green+Blue) = 39+96+146=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #276092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276092 is #D89F6D. Grayscale: #545454. Windows color (decimal): -14196590 or 9592871. OLE color: 9592871.

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

Color convert

RGB3996146-
CMYK0.730.3400.43
HSL208.04º57.84%36.27%-
HSV(B)208.04º73.29%57.25%-
XYZ10.2110.8728.75-
YUV84.66162.6295.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.88%
GREEN value IS 96 (37.89% from 255) = 34.16%
BLUE value IS 146 (57.42% from 255) = 51.96%
R=13.88%
G=34.16%
B=51.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal39961460.730.3400.43208.0457.8436.27
Hex276092492202Bd03a24
Octal47140222111420533207244
Binary1001111100000100100101001001100010010101111010000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276092; }

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

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

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

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

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

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

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

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