#276297

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

Shades of Endeavour #276297

Tints of Endeavour #276297

Color information

#276297 (or 0x276297) is unknown color: approx Endeavour. HEX triplet: 27, 62 and 97. RGB value is (39,98,151). Sum of RGB (Red+Green+Blue) = 39+98+151=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #276297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276297 is #D89D68. Grayscale: #565656. Windows color (decimal): -14196073 or 9921063. OLE color: 9921063.

HSL color Cylindrical-coordinate representation of color #276297: hue angle of 208.39º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #276297 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3998151-
CMYK0.740.3500.41
HSL208.39º58.95%37.25%-
HSV(B)208.39º74.17%59.22%-
XYZ10.7911.430.91-
YUV86.4164.4594.19-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.54%
GREEN value IS 98 (38.67% from 255) = 34.03%
BLUE value IS 151 (59.38% from 255) = 52.43%
R=13.54%
G=34.03%
B=52.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39981510.740.3500.41208.3958.9537.25
Hex2762974A23029d03b25
Octal47142227112430513207345
Binary1001111100010100101111001010100011010100111010000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276297; }

 p { color: rgb(39,98,151); }

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

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

 a { background-color: rgb(39,98,151); }

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

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

 span { border-color: rgb(39,98,151); }

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