#275299

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

Shades of Endeavour #275299

Tints of Endeavour #275299

Color information

#275299 (or 0x275299) is unknown color: approx Endeavour. HEX triplet: 27, 52 and 99. RGB value is (39,82,153). Sum of RGB (Red+Green+Blue) = 39+82+153=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #275299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275299 is #D8AD66. Grayscale: #4C4C4C. Windows color (decimal): -14200167 or 10048039. OLE color: 10048039.

HSL color Cylindrical-coordinate representation of color #275299: hue angle of 217.37º 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 #275299 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3982153-
CMYK0.750.4600.4
HSL217.37º59.38%37.65%-
HSV(B)217.37º74.51%60%-
XYZ9.68.7731.32-
YUV77.24170.75100.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.23%
GREEN value IS 82 (32.42% from 255) = 29.93%
BLUE value IS 153 (60.16% from 255) = 55.84%
R=14.23%
G=29.93%
B=55.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal39821530.750.4600.4217.3759.3837.65
Hex2752994B2E028d93b26
Octal47122231113560503317346
Binary1001111010010100110011001011101110010100011011001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275299; }

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

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

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

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

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

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

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

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