#25618D

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

Shades of Endeavour #25618D

Tints of Endeavour #25618D

Color information

#25618D (or 0x25618D) is unknown color: approx Endeavour. HEX triplet: 25, 61 and 8D. RGB value is (37,97,141). Sum of RGB (Red+Green+Blue) = 37+97+141=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #25618D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25618D is #DA9E72. Grayscale: #535353. Windows color (decimal): -14327411 or 9265445. OLE color: 9265445.

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

Color convert

RGB3797141-
CMYK0.740.3100.45
HSL205.38º58.43%34.9%-
HSV(B)205.38º73.76%55.29%-
XYZ9.8510.8726.78-
YUV84.08160.1294.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.45%
GREEN value IS 97 (38.28% from 255) = 35.27%
BLUE value IS 141 (55.47% from 255) = 51.27%
R=13.45%
G=35.27%
B=51.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37971410.740.3100.45205.3858.4334.9
Hex25618D4A1F02Dcd3a23
Octal45141215112370553157243
Binary100101110000110001101100101011111010110111001101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25618D; }

 p { color: rgb(37,97,141); }

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

<style>
 a { background-color: #25618D; }

 a { background-color: rgb(37,97,141); }

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

<style>
 span { border-color: #25618D; }

 span { border-color: rgb(37,97,141); }

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