#25578B

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

Shades of Endeavour #25578B

Tints of Endeavour #25578B

Color information

#25578B (or 0x25578B) is unknown color: approx Endeavour. HEX triplet: 25, 57 and 8B. RGB value is (37,87,139). Sum of RGB (Red+Green+Blue) = 37+87+139=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #25578B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25578B is #DAA874. Grayscale: #4D4D4D. Windows color (decimal): -14329973 or 9131813. OLE color: 9131813.

HSL color Cylindrical-coordinate representation of color #25578B: hue angle of 210.59º 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 #25578B is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3787139-
CMYK0.730.3700.45
HSL210.59º57.95%34.51%-
HSV(B)210.59º73.38%54.51%-
XYZ8.839.0725.71-
YUV77.98162.4498.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.07%
GREEN value IS 87 (34.38% from 255) = 33.08%
BLUE value IS 139 (54.69% from 255) = 52.85%
R=14.07%
G=33.08%
B=52.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37871390.730.3700.45210.5957.9534.51
Hex25578B492502Dd33a23
Octal45127213111450553237243
Binary1001011010111100010111001001100101010110111010011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25578B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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