#25598B

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

Shades of Endeavour #25598B

Tints of Endeavour #25598B

Color information

#25598B (or 0x25598B) is unknown color: approx Endeavour. HEX triplet: 25, 59 and 8B. RGB value is (37,89,139). Sum of RGB (Red+Green+Blue) = 37+89+139=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #25598B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25598B is #DAA674. Grayscale: #4E4E4E. Windows color (decimal): -14329461 or 9132325. OLE color: 9132325.

HSL color Cylindrical-coordinate representation of color #25598B: hue angle of 209.41º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25598B is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3789139-
CMYK0.730.3600.45
HSL209.41º57.95%34.51%-
HSV(B)209.41º73.38%54.51%-
XYZ99.425.77-
YUV79.15161.7797.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.96%
GREEN value IS 89 (35.16% from 255) = 33.58%
BLUE value IS 139 (54.69% from 255) = 52.45%
R=13.96%
G=33.58%
B=52.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37891390.730.3600.45209.4157.9534.51
Hex25598B492402Dd13a23
Octal45131213111440553217243
Binary1001011011001100010111001001100100010110111010001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25598B; }

 p { color: rgb(37,89,139); }

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

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

 a { background-color: rgb(37,89,139); }

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

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

 span { border-color: rgb(37,89,139); }

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