#275E9A

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

Shades of Endeavour #275E9A

Tints of Endeavour #275E9A

Color information

#275E9A (or 0x275E9A) is unknown color: approx Endeavour. HEX triplet: 27, 5E and 9A. RGB value is (39,94,154). Sum of RGB (Red+Green+Blue) = 39+94+154=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 154 (60.55% from 255 or 53.66% from 287); Max value from RGB is 154 - color contains mainly: blue. Hex color #275E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275E9A is #D8A165. Grayscale: #545454. Windows color (decimal): -14197094 or 10116647. OLE color: 10116647.

HSL color Cylindrical-coordinate representation of color #275E9A: hue angle of 211.3º degrees, saturation: 0.6, 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 #275E9A is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3994154-
CMYK0.750.3900.40
HSL211.3º59.59%37.84%-
HSV(B)211.3º74.68%60.39%-
XYZ10.6710.7732.09-
YUV84.4167.2895.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.59%
GREEN value IS 94 (37.11% from 255) = 32.75%
BLUE value IS 154 (60.55% from 255) = 53.66%
R=13.59%
G=32.75%
B=53.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal39941540.750.3900.40211.359.5937.84
Hex275E9A4B27028d33c26
Octal47136232113470503237446
Binary1001111011110100110101001011100111010100011010011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,94,154); }

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

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

 a { background-color: rgb(39,94,154); }

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

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

 span { border-color: rgb(39,94,154); }

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