#275B89

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

Shades of Endeavour #275B89

Tints of Endeavour #275B89

Color information

#275B89 (or 0x275B89) is unknown color: approx Endeavour. HEX triplet: 27, 5B and 89. RGB value is (39,91,137). Sum of RGB (Red+Green+Blue) = 39+91+137=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #275B89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275B89 is #D8A476. Grayscale: #505050. Windows color (decimal): -14197879 or 9001767. OLE color: 9001767.

HSL color Cylindrical-coordinate representation of color #275B89: hue angle of 208.16º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #275B89 is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3991137-
CMYK0.720.3400.46
HSL208.16º55.68%34.51%-
HSV(B)208.16º71.53%53.73%-
XYZ9.099.7225.06-
YUV80.7159.7798.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.61%
GREEN value IS 91 (35.94% from 255) = 34.08%
BLUE value IS 137 (53.91% from 255) = 51.31%
R=14.61%
G=34.08%
B=51.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal39911370.720.3400.46208.1655.6834.51
Hex275B89482202Ed03823
Octal47133211110420563207043
Binary1001111011011100010011001000100010010111011010000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,91,137); }

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

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

 a { background-color: rgb(39,91,137); }

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

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

 span { border-color: rgb(39,91,137); }

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