#275099

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

Shades of Endeavour #275099

Tints of Endeavour #275099

Color information

#275099 (or 0x275099) is unknown color: approx Endeavour. HEX triplet: 27, 50 and 99. RGB value is (39,80,153). Sum of RGB (Red+Green+Blue) = 39+80+153=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #275099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275099 is #D8AF66. Grayscale: #4B4B4B. Windows color (decimal): -14200679 or 10047527. OLE color: 10047527.

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

Color convert

RGB3980153-
CMYK0.750.4800.4
HSL218.42º59.38%37.65%-
HSV(B)218.42º74.51%60%-
XYZ9.468.4731.27-
YUV76.06171.42101.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.34%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 153 (60.16% from 255) = 56.25%
R=14.34%
G=29.41%
B=56.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal39801530.750.4800.4218.4259.3837.65
Hex2750994B30028da3b26
Octal47120231113600503327346
Binary1001111010000100110011001011110000010100011011010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275099; }

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

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

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

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

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

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

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

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