#25588A

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

Shades of Endeavour #25588A

Tints of Endeavour #25588A

Color information

#25588A (or 0x25588A) is unknown color: approx Endeavour. HEX triplet: 25, 58 and 8A. RGB value is (37,88,138). Sum of RGB (Red+Green+Blue) = 37+88+138=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #25588A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25588A is #DAA775. Grayscale: #4E4E4E. Windows color (decimal): -14329718 or 9066533. OLE color: 9066533.

HSL color Cylindrical-coordinate representation of color #25588A: hue angle of 209.7º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25588A is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3788138-
CMYK0.730.3600.46
HSL209.7º57.71%34.31%-
HSV(B)209.7º73.19%54.12%-
XYZ8.849.2125.36-
YUV78.45161.698.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.07%
GREEN value IS 88 (34.77% from 255) = 33.46%
BLUE value IS 138 (54.30% from 255) = 52.47%
R=14.07%
G=33.46%
B=52.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal37881380.730.3600.46209.757.7134.31
Hex25588A492402Ed23a22
Octal45130212111440563227242
Binary1001011011000100010101001001100100010111011010010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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