#25558F

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

Shades of Endeavour #25558F

Tints of Endeavour #25558F

Color information

#25558F (or 0x25558F) is unknown color: approx Endeavour. HEX triplet: 25, 55 and 8F. RGB value is (37,85,143). Sum of RGB (Red+Green+Blue) = 37+85+143=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 143 (56.25% from 255 or 53.96% from 265); Max value from RGB is 143 - color contains mainly: blue. Hex color #25558F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25558F is #DAAA70. Grayscale: #4C4C4C. Windows color (decimal): -14330481 or 9393445. OLE color: 9393445.

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

Color convert

RGB3785143-
CMYK0.740.4100.44
HSL212.83º58.89%35.29%-
HSV(B)212.83º74.13%56.08%-
XYZ8.978.8727.23-
YUV77.26165.199.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.96%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 143 (56.25% from 255) = 53.96%
R=13.96%
G=32.08%
B=53.96%

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
Decimal37851430.740.4100.44212.8358.8935.29
Hex25558F4A2902Cd53b23
Octal45125217112510543257343
Binary1001011010101100011111001010101001010110011010101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25558F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,85,143); }

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

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

 a { background-color: rgb(37,85,143); }

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

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

 span { border-color: rgb(37,85,143); }

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