#276692

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

Shades of Endeavour #276692

Tints of Endeavour #276692

Color information

#276692 (or 0x276692) is unknown color: approx Endeavour. HEX triplet: 27, 66 and 92. RGB value is (39,102,146). Sum of RGB (Red+Green+Blue) = 39+102+146=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #276692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276692 is #D8996D. Grayscale: #575757. Windows color (decimal): -14195054 or 9594407. OLE color: 9594407.

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

Color convert

RGB39102146-
CMYK0.730.3000.43
HSL204.67º57.84%36.27%-
HSV(B)204.67º73.29%57.25%-
XYZ10.7812.0128.94-
YUV88.18160.6392.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.59%
GREEN value IS 102 (40.23% from 255) = 35.54%
BLUE value IS 146 (57.42% from 255) = 50.87%
R=13.59%
G=35.54%
B=50.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal391021460.730.3000.43204.6757.8436.27
Hex276692491E02Bcd3a24
Octal47146222111360533157244
Binary100111110011010010010100100111110010101111001101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276692; }

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

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

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

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

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

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

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

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