#275E9E

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

Shades of Endeavour #275E9E

Tints of Endeavour #275E9E

Color information

#275E9E (or 0x275E9E) is unknown color: approx Endeavour. HEX triplet: 27, 5E and 9E. RGB value is (39,94,158). Sum of RGB (Red+Green+Blue) = 39+94+158=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #275E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275E9E is #D8A161. Grayscale: #545454. Windows color (decimal): -14197090 or 10378791. OLE color: 10378791.

HSL color Cylindrical-coordinate representation of color #275E9E: hue angle of 212.27º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #275E9E is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3994158-
CMYK0.750.4100.38
HSL212.27º60.41%38.63%-
HSV(B)212.27º75.32%61.96%-
XYZ11.0110.9133.87-
YUV84.85169.2895.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.40%
GREEN value IS 94 (37.11% from 255) = 32.30%
BLUE value IS 158 (62.11% from 255) = 54.30%
R=13.40%
G=32.30%
B=54.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal39941580.750.4100.38212.2760.4138.63
Hex275E9E4B29026d43c27
Octal47136236113510463247447
Binary1001111011110100111101001011101001010011011010100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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