#25529F

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

Shades of Endeavour #25529F

Tints of Endeavour #25529F

Color information

#25529F (or 0x25529F) is unknown color: approx Endeavour. HEX triplet: 25, 52 and 9F. RGB value is (37,82,159). Sum of RGB (Red+Green+Blue) = 37+82+159=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 159 (62.5% from 255 or 57.19% from 278); Max value from RGB is 159 - color contains mainly: blue. Hex color #25529F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25529F is #DAAD60. Grayscale: #4C4C4C. Windows color (decimal): -14331233 or 10441253. OLE color: 10441253.

HSL color Cylindrical-coordinate representation of color #25529F: hue angle of 217.87º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25529F is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3782159-
CMYK0.770.4800.38
HSL217.87º62.24%38.43%-
HSV(B)217.87º76.73%62.35%-
XYZ10.048.9334-
YUV77.32174.0999.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.31%
GREEN value IS 82 (32.42% from 255) = 29.50%
BLUE value IS 159 (62.5% from 255) = 57.19%
R=13.31%
G=29.50%
B=57.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37821590.770.4800.38217.8762.2438.43
Hex25529F4D30026da3e26
Octal45122237115600463327646
Binary1001011010010100111111001101110000010011011011010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25529F; }

 p { color: rgb(37,82,159); }

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

<style>
 a { background-color: #25529F; }

 a { background-color: rgb(37,82,159); }

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

<style>
 span { border-color: #25529F; }

 span { border-color: rgb(37,82,159); }

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