#275D99

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

Shades of Endeavour #275D99

Tints of Endeavour #275D99

Color information

#275D99 (or 0x275D99) is unknown color: approx Endeavour. HEX triplet: 27, 5D and 99. RGB value is (39,93,153). Sum of RGB (Red+Green+Blue) = 39+93+153=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #275D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275D99 is #D8A266. Grayscale: #535353. Windows color (decimal): -14197351 or 10050855. OLE color: 10050855.

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

Color convert

RGB3993153-
CMYK0.750.3900.4
HSL211.58º59.38%37.65%-
HSV(B)211.58º74.51%60%-
XYZ10.510.5631.62-
YUV83.69167.1196.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.68%
GREEN value IS 93 (36.72% from 255) = 32.63%
BLUE value IS 153 (60.16% from 255) = 53.68%
R=13.68%
G=32.63%
B=53.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal39931530.750.3900.4211.5859.3837.65
Hex275D994B27028d43b26
Octal47135231113470503247346
Binary1001111011101100110011001011100111010100011010100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,93,153); }

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

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

 a { background-color: rgb(39,93,153); }

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

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

 span { border-color: rgb(39,93,153); }

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