#275A8E

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

Shades of Endeavour #275A8E

Tints of Endeavour #275A8E

Color information

#275A8E (or 0x275A8E) is unknown color: approx Endeavour. HEX triplet: 27, 5A and 8E. RGB value is (39,90,142). Sum of RGB (Red+Green+Blue) = 39+90+142=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #275A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275A8E is #D8A571. Grayscale: #505050. Windows color (decimal): -14198130 or 9329191. OLE color: 9329191.

HSL color Cylindrical-coordinate representation of color #275A8E: hue angle of 210.29º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #275A8E is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3990142-
CMYK0.730.3700.44
HSL210.29º56.91%35.49%-
HSV(B)210.29º72.54%55.69%-
XYZ9.389.726.97-
YUV80.68162.698.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.39%
GREEN value IS 90 (35.55% from 255) = 33.21%
BLUE value IS 142 (55.86% from 255) = 52.40%
R=14.39%
G=33.21%
B=52.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal39901420.730.3700.44210.2956.9135.49
Hex275A8E492502Cd23923
Octal47132216111450543227143
Binary1001111011010100011101001001100101010110011010010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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