#275689

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

Shades of Endeavour #275689

Tints of Endeavour #275689

Color information

#275689 (or 0x275689) is unknown color: approx Endeavour. HEX triplet: 27, 56 and 89. RGB value is (39,86,137). Sum of RGB (Red+Green+Blue) = 39+86+137=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #275689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275689 is #D8A976. Grayscale: #4D4D4D. Windows color (decimal): -14199159 or 9000487. OLE color: 9000487.

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

Color convert

RGB3986137-
CMYK0.720.3700.46
HSL211.22º55.68%34.51%-
HSV(B)211.22º71.53%53.73%-
XYZ8.688.8924.93-
YUV77.76161.43100.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.89%
GREEN value IS 86 (33.98% from 255) = 32.82%
BLUE value IS 137 (53.91% from 255) = 52.29%
R=14.89%
G=32.82%
B=52.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal39861370.720.3700.46211.2255.6834.51
Hex275689482502Ed33823
Octal47126211110450563237043
Binary1001111010110100010011001000100101010111011010011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275689; }

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

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

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

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

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

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

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

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