#276298

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

Shades of Endeavour #276298

Tints of Endeavour #276298

Color information

#276298 (or 0x276298) is unknown color: approx Endeavour. HEX triplet: 27, 62 and 98. RGB value is (39,98,152). Sum of RGB (Red+Green+Blue) = 39+98+152=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #276298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276298 is #D89D67. Grayscale: #565656. Windows color (decimal): -14196072 or 9986599. OLE color: 9986599.

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

Color convert

RGB3998152-
CMYK0.740.3600.40
HSL208.67º59.16%37.45%-
HSV(B)208.67º74.34%59.61%-
XYZ10.8711.4331.34-
YUV86.52164.9594.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.49%
GREEN value IS 98 (38.67% from 255) = 33.91%
BLUE value IS 152 (59.77% from 255) = 52.60%
R=13.49%
G=33.91%
B=52.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal39981520.740.3600.40208.6759.1637.45
Hex2762984A24028d13b25
Octal47142230112440503217345
Binary1001111100010100110001001010100100010100011010001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276298; }

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

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

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

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

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

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

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

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