#275589

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

Shades of Endeavour #275589

Tints of Endeavour #275589

Color information

#275589 (or 0x275589) is unknown color: approx Endeavour. HEX triplet: 27, 55 and 89. RGB value is (39,85,137). Sum of RGB (Red+Green+Blue) = 39+85+137=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #275589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275589 is #D8AA76. Grayscale: #4C4C4C. Windows color (decimal): -14199415 or 9000231. OLE color: 9000231.

HSL color Cylindrical-coordinate representation of color #275589: hue angle of 211.84º 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 #275589 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3985137-
CMYK0.720.3800.46
HSL211.84º55.68%34.51%-
HSV(B)211.84º71.53%53.73%-
XYZ8.68.7324.9-
YUV77.17161.76100.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.94%
GREEN value IS 85 (33.59% from 255) = 32.57%
BLUE value IS 137 (53.91% from 255) = 52.49%
R=14.94%
G=32.57%
B=52.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal39851370.720.3800.46211.8455.6834.51
Hex275589482602Ed43823
Octal47125211110460563247043
Binary1001111010101100010011001000100110010111011010100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275589; }

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

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

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

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

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

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

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

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