#25598A

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

Shades of Endeavour #25598A

Tints of Endeavour #25598A

Color information

#25598A (or 0x25598A) is unknown color: approx Endeavour. HEX triplet: 25, 59 and 8A. RGB value is (37,89,138). Sum of RGB (Red+Green+Blue) = 37+89+138=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #25598A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25598A is #DAA675. Grayscale: #4E4E4E. Windows color (decimal): -14329462 or 9066789. OLE color: 9066789.

HSL color Cylindrical-coordinate representation of color #25598A: hue angle of 209.11º 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 #25598A is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3789138-
CMYK0.730.3600.46
HSL209.11º57.71%34.31%-
HSV(B)209.11º73.19%54.12%-
XYZ8.929.3725.38-
YUV79.04161.2798.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.02%
GREEN value IS 89 (35.16% from 255) = 33.71%
BLUE value IS 138 (54.30% from 255) = 52.27%
R=14.02%
G=33.71%
B=52.27%

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
Decimal37891380.730.3600.46209.1157.7134.31
Hex25598A492402Ed13a22
Octal45131212111440563217242
Binary1001011011001100010101001001100100010111011010001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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