#25688E

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

Shades of Endeavour #25688E

Tints of Endeavour #25688E

Color information

#25688E (or 0x25688E) is unknown color: approx Endeavour. HEX triplet: 25, 68 and 8E. RGB value is (37,104,142). Sum of RGB (Red+Green+Blue) = 37+104+142=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #25688E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25688E is #DA9771. Grayscale: #585858. Windows color (decimal): -14325618 or 9332773. OLE color: 9332773.

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

Color convert

RGB37104142-
CMYK0.740.2700.44
HSL201.71º58.66%35.1%-
HSV(B)201.71º73.94%55.69%-
XYZ10.612.2527.4-
YUV88.3158.391.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.07%
GREEN value IS 104 (41.02% from 255) = 36.75%
BLUE value IS 142 (55.86% from 255) = 50.18%
R=13.07%
G=36.75%
B=50.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal371041420.740.2700.44201.7158.6635.1
Hex25688E4A1B02Cca3b23
Octal45150216112330543127343
Binary100101110100010001110100101011011010110011001010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25688E; }

 p { color: rgb(37,104,142); }

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

<style>
 a { background-color: #25688E; }

 a { background-color: rgb(37,104,142); }

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

<style>
 span { border-color: #25688E; }

 span { border-color: rgb(37,104,142); }

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