#25628F

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

Shades of Endeavour #25628F

Tints of Endeavour #25628F

Color information

#25628F (or 0x25628F) is unknown color: approx Endeavour. HEX triplet: 25, 62 and 8F. RGB value is (37,98,143). Sum of RGB (Red+Green+Blue) = 37+98+143=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 143 (56.25% from 255 or 51.44% from 278); Max value from RGB is 143 - color contains mainly: blue. Hex color #25628F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25628F is #DA9D70. Grayscale: #545454. Windows color (decimal): -14327153 or 9396773. OLE color: 9396773.

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

Color convert

RGB3798143-
CMYK0.740.3100.44
HSL205.47º58.89%35.29%-
HSV(B)205.47º74.13%56.08%-
XYZ10.0911.1127.6-
YUV84.89160.7993.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.31%
GREEN value IS 98 (38.67% from 255) = 35.25%
BLUE value IS 143 (56.25% from 255) = 51.44%
R=13.31%
G=35.25%
B=51.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37981430.740.3100.44205.4758.8935.29
Hex25628F4A1F02Ccd3b23
Octal45142217112370543157343
Binary100101110001010001111100101011111010110011001101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25628F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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