Html Css Color HEX #25588E Endeavour

📋 copy color: '#25588E'

red 37 ◦ green 88 ◦ blue 142

#25588E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #25588E

Tints of Endeavour #25588E

RGB

 RED value IS 37 (14.84% from 255) = 13.86%

 GREEN value IS 88 (34.77% from 255) = 32.96%

 BLUE value IS 142 (55.86% from 255) = 53.18%

R = 13.86%
G = 32.96%
B = 53.18%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#25588E (or 0x25588E) is known color: Endeavour. HEX triplet: 25, 58 and 8E. RGB value is (37,88,142). Sum of RGB (Red+Green+Blue) = 37+88+142=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #25588E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25588E is #DAA771. Grayscale: #4E4E4E. Windows color (decimal): -14329714 or 9328677. OLE color: 9328677.

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

Color convert

RGB 37 88 142 -
CMYK 0.74 0.38 0 0.44
HSL 210.86º 0.59% 0.35% -
HSV(B) 210.86º 0.74% 0.56% -
XYZ 9.14 9.33 26.91 -
YUV 78.91 163.6 98.11 -
System Red Green Blue C M Y K H S L
Decimal 37 88 142 0.74 0.38 0 0.44 210.86 0.59 0.35
Hex 25 58 8E 4A 26 0 2C D3 3B 23
Octal 45 130 216 112 46 0 54 323 73 43
Binary 100101 1011000 10001110 1001010 100110 0 101100 11010011 111011 100011

Color Harmonies of #25588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25588E

Black with #25588E

Text Example


Text Example

White with #25588E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25588E;
 }
 .AnyTagClassName
 {
   color: #25588E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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