#25589A

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

Shades of Endeavour #25589A

Tints of Endeavour #25589A

Color information

#25589A (or 0x25589A) is unknown color: approx Endeavour. HEX triplet: 25, 58 and 9A. RGB value is (37,88,154). Sum of RGB (Red+Green+Blue) = 37+88+154=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 154 (60.55% from 255 or 55.20% from 279); Max value from RGB is 154 - color contains mainly: blue. Hex color #25589A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25589A is #DAA765. Grayscale: #4F4F4F. Windows color (decimal): -14329702 or 10115109. OLE color: 10115109.

HSL color Cylindrical-coordinate representation of color #25589A: hue angle of 213.85º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25589A is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3788154-
CMYK0.760.4300.40
HSL213.85º61.26%37.45%-
HSV(B)213.85º75.97%60.39%-
XYZ10.099.7131.91-
YUV80.27169.697.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.26%
GREEN value IS 88 (34.77% from 255) = 31.54%
BLUE value IS 154 (60.55% from 255) = 55.20%
R=13.26%
G=31.54%
B=55.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal37881540.760.4300.40213.8561.2637.45
Hex25589A4C2B028d63d25
Octal45130232114530503267545
Binary1001011011000100110101001100101011010100011010110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25589A; }

 p { color: rgb(37,88,154); }

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

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

 a { background-color: rgb(37,88,154); }

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

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

 span { border-color: rgb(37,88,154); }

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