#275A98

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

Shades of Endeavour #275A98

Tints of Endeavour #275A98

Color information

#275A98 (or 0x275A98) is unknown color: approx Endeavour. HEX triplet: 27, 5A and 98. RGB value is (39,90,152). Sum of RGB (Red+Green+Blue) = 39+90+152=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #275A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275A98 is #D8A567. Grayscale: #515151. Windows color (decimal): -14198120 or 9984551. OLE color: 9984551.

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

Color convert

RGB3990152-
CMYK0.740.4100.40
HSL212.92º59.16%37.45%-
HSV(B)212.92º74.34%59.61%-
XYZ10.1610.0131.1-
YUV81.82167.697.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.88%
GREEN value IS 90 (35.55% from 255) = 32.03%
BLUE value IS 152 (59.77% from 255) = 54.09%
R=13.88%
G=32.03%
B=54.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal39901520.740.4100.40212.9259.1637.45
Hex275A984A29028d53b25
Octal47132230112510503257345
Binary1001111011010100110001001010101001010100011010101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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