#25508E

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

Shades of Endeavour #25508E

Tints of Endeavour #25508E

Color information

#25508E (or 0x25508E) is unknown color: approx Endeavour. HEX triplet: 25, 50 and 8E. RGB value is (37,80,142). Sum of RGB (Red+Green+Blue) = 37+80+142=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #25508E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25508E is #DAAF71. Grayscale: #494949. Windows color (decimal): -14331762 or 9326629. OLE color: 9326629.

HSL color Cylindrical-coordinate representation of color #25508E: hue angle of 215.43º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25508E is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3780142-
CMYK0.740.4400.44
HSL215.43º58.66%35.1%-
HSV(B)215.43º73.94%55.69%-
XYZ8.518.0826.7-
YUV74.21166.25101.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.29%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 142 (55.86% from 255) = 54.83%
R=14.29%
G=30.89%
B=54.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37801420.740.4400.44215.4358.6635.1
Hex25508E4A2C02Cd73b23
Octal45120216112540543277343
Binary1001011010000100011101001010101100010110011010111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25508E; }

 p { color: rgb(37,80,142); }

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

<style>
 a { background-color: #25508E; }

 a { background-color: rgb(37,80,142); }

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

<style>
 span { border-color: #25508E; }

 span { border-color: rgb(37,80,142); }

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