#25668E

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

Shades of Endeavour #25668E

Tints of Endeavour #25668E

Color information

#25668E (or 0x25668E) is unknown color: approx Endeavour. HEX triplet: 25, 66 and 8E. RGB value is (37,102,142). Sum of RGB (Red+Green+Blue) = 37+102+142=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #25668E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25668E is #DA9971. Grayscale: #565656. Windows color (decimal): -14326130 or 9332261. OLE color: 9332261.

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

Color convert

RGB37102142-
CMYK0.740.2800.44
HSL202.86º58.66%35.1%-
HSV(B)202.86º73.94%55.69%-
XYZ10.411.8527.33-
YUV87.12158.9792.25-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.17%
GREEN value IS 102 (40.23% from 255) = 36.30%
BLUE value IS 142 (55.86% from 255) = 50.53%
R=13.17%
G=36.30%
B=50.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal371021420.740.2800.44202.8658.6635.1
Hex25668E4A1C02Ccb3b23
Octal45146216112340543137343
Binary100101110011010001110100101011100010110011001011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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