#276199

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

Shades of Endeavour #276199

Tints of Endeavour #276199

Color information

#276199 (or 0x276199) is unknown color: approx Endeavour. HEX triplet: 27, 61 and 99. RGB value is (39,97,153). Sum of RGB (Red+Green+Blue) = 39+97+153=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #276199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276199 is #D89E66. Grayscale: #555555. Windows color (decimal): -14196327 or 10051879. OLE color: 10051879.

HSL color Cylindrical-coordinate representation of color #276199: hue angle of 209.47º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #276199 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3997153-
CMYK0.750.3700.4
HSL209.47º59.38%37.65%-
HSV(B)209.47º74.51%60%-
XYZ10.8611.2831.74-
YUV86.04165.7894.45-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.49%
GREEN value IS 97 (38.28% from 255) = 33.56%
BLUE value IS 153 (60.16% from 255) = 52.94%
R=13.49%
G=33.56%
B=52.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal39971530.750.3700.4209.4759.3837.65
Hex2761994B25028d13b26
Octal47141231113450503217346
Binary1001111100001100110011001011100101010100011010001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276199; }

 p { color: rgb(39,97,153); }

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

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

 a { background-color: rgb(39,97,153); }

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

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

 span { border-color: rgb(39,97,153); }

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