#25548E

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

Shades of Endeavour #25548E

Tints of Endeavour #25548E

Color information

#25548E (or 0x25548E) is unknown color: approx Endeavour. HEX triplet: 25, 54 and 8E. RGB value is (37,84,142). Sum of RGB (Red+Green+Blue) = 37+84+142=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #25548E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25548E is #DAAB71. Grayscale: #4C4C4C. Windows color (decimal): -14330738 or 9327653. OLE color: 9327653.

HSL color Cylindrical-coordinate representation of color #25548E: hue angle of 213.14º 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 #25548E is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3784142-
CMYK0.740.4100.44
HSL213.14º58.66%35.1%-
HSV(B)213.14º73.94%55.69%-
XYZ8.828.6926.8-
YUV76.56164.9399.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.07%
GREEN value IS 84 (33.20% from 255) = 31.94%
BLUE value IS 142 (55.86% from 255) = 53.99%
R=14.07%
G=31.94%
B=53.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37841420.740.4100.44213.1458.6635.1
Hex25548E4A2902Cd53b23
Octal45124216112510543257343
Binary1001011010100100011101001010101001010110011010101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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