#275A99

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

Shades of Endeavour #275A99

Tints of Endeavour #275A99

Color information

#275A99 (or 0x275A99) is unknown color: approx Endeavour. HEX triplet: 27, 5A and 99. RGB value is (39,90,153). Sum of RGB (Red+Green+Blue) = 39+90+153=282 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.83% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #275A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275A99 is #D8A566. Grayscale: #515151. Windows color (decimal): -14198119 or 10050087. OLE color: 10050087.

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

Color convert

RGB3990153-
CMYK0.750.4100.4
HSL213.16º59.38%37.65%-
HSV(B)213.16º74.51%60%-
XYZ10.2410.0431.54-
YUV81.93168.197.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.83%
GREEN value IS 90 (35.55% from 255) = 31.91%
BLUE value IS 153 (60.16% from 255) = 54.26%
R=13.83%
G=31.91%
B=54.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal39901530.750.4100.4213.1659.3837.65
Hex275A994B29028d53b26
Octal47132231113510503257346
Binary1001111011010100110011001011101001010100011010101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275A99; }

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

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

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

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

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

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

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

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