#275E96

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

Shades of Endeavour #275E96

Tints of Endeavour #275E96

Color information

#275E96 (or 0x275E96) is unknown color: approx Endeavour. HEX triplet: 27, 5E and 96. RGB value is (39,94,150). Sum of RGB (Red+Green+Blue) = 39+94+150=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #275E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275E96 is #D8A169. Grayscale: #535353. Windows color (decimal): -14197098 or 9854503. OLE color: 9854503.

HSL color Cylindrical-coordinate representation of color #275E96: hue angle of 210.27º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #275E96 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3994150-
CMYK0.740.3700.41
HSL210.27º58.73%37.06%-
HSV(B)210.27º74%58.82%-
XYZ10.3410.6430.36-
YUV83.94165.2895.95-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.78%
GREEN value IS 94 (37.11% from 255) = 33.22%
BLUE value IS 150 (58.98% from 255) = 53.00%
R=13.78%
G=33.22%
B=53.00%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39941500.740.3700.41210.2758.7337.06
Hex275E964A25029d23b25
Octal47136226112450513227345
Binary1001111011110100101101001010100101010100111010010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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