#25648B

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

Shades of Endeavour #25648B

Tints of Endeavour #25648B

Color information

#25648B (or 0x25648B) is unknown color: approx Endeavour. HEX triplet: 25, 64 and 8B. RGB value is (37,100,139). Sum of RGB (Red+Green+Blue) = 37+100+139=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #25648B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25648B is #DA9B74. Grayscale: #555555. Windows color (decimal): -14326645 or 9135141. OLE color: 9135141.

HSL color Cylindrical-coordinate representation of color #25648B: hue angle of 202.94º 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 #25648B is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB37100139-
CMYK0.730.2800.45
HSL202.94º57.95%34.51%-
HSV(B)202.94º73.38%54.51%-
XYZ9.9811.3726.1-
YUV85.61158.1393.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.41%
GREEN value IS 100 (39.45% from 255) = 36.23%
BLUE value IS 139 (54.69% from 255) = 50.36%
R=13.41%
G=36.23%
B=50.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal371001390.730.2800.45202.9457.9534.51
Hex25648B491C02Dcb3a23
Octal45144213111340553137243
Binary100101110010010001011100100111100010110111001011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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