#25628B

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

Shades of Endeavour #25628B

Tints of Endeavour #25628B

Color information

#25628B (or 0x25628B) is unknown color: approx Endeavour. HEX triplet: 25, 62 and 8B. RGB value is (37,98,139). Sum of RGB (Red+Green+Blue) = 37+98+139=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #25628B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25628B is #DA9D74. Grayscale: #545454. Windows color (decimal): -14327157 or 9134629. OLE color: 9134629.

HSL color Cylindrical-coordinate representation of color #25628B: hue angle of 204.12º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25628B is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3798139-
CMYK0.730.2900.45
HSL204.12º57.95%34.51%-
HSV(B)204.12º73.38%54.51%-
XYZ9.7910.9926.03-
YUV84.44158.7994.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.50%
GREEN value IS 98 (38.67% from 255) = 35.77%
BLUE value IS 139 (54.69% from 255) = 50.73%
R=13.50%
G=35.77%
B=50.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37981390.730.2900.45204.1257.9534.51
Hex25628B491D02Dcc3a23
Octal45142213111350553147243
Binary100101110001010001011100100111101010110111001100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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