#25579C

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

Shades of Endeavour #25579C

Tints of Endeavour #25579C

Color information

#25579C (or 0x25579C) is unknown color: approx Endeavour. HEX triplet: 25, 57 and 9C. RGB value is (37,87,156). Sum of RGB (Red+Green+Blue) = 37+87+156=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #25579C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25579C is #DAA863. Grayscale: #4F4F4F. Windows color (decimal): -14329956 or 10245925. OLE color: 10245925.

HSL color Cylindrical-coordinate representation of color #25579C: hue angle of 214.79º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25579C is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3787156-
CMYK0.760.4400.39
HSL214.79º61.66%37.84%-
HSV(B)214.79º76.28%61.18%-
XYZ10.179.6132.77-
YUV79.92170.9497.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.21%
GREEN value IS 87 (34.38% from 255) = 31.07%
BLUE value IS 156 (61.33% from 255) = 55.71%
R=13.21%
G=31.07%
B=55.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal37871560.760.4400.39214.7961.6637.84
Hex25579C4C2C027d73e26
Octal45127234114540473277646
Binary1001011010111100111001001100101100010011111010111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25579C; }

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

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

<style>
 a { background-color: #25579C; }

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

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

<style>
 span { border-color: #25579C; }

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

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