Html Css Color HEX #25588D Endeavour

📋 copy color: '#25588D'

red 37 ◦ green 88 ◦ blue 141

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

Shades of Endeavour #25588D

Tints of Endeavour #25588D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.01%

R = 13.91%
G = 33.08%
B = 53.01%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25588D (or 0x25588D) is known color: Endeavour. HEX triplet: 25, 58 and 8D. RGB value is (37,88,141). Sum of RGB (Red+Green+Blue) = 37+88+141=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #25588D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25588D is #DAA772. Grayscale: #4E4E4E. Windows color (decimal): -14329715 or 9263141. OLE color: 9263141.

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

Color convert

RGB 37 88 141 -
CMYK 0.74 0.38 0 0.45
HSL 210.58º 0.58% 0.35% -
HSV(B) 210.58º 0.74% 0.55% -
XYZ 9.06 9.3 26.52 -
YUV 78.79 163.1 98.19 -
System Red Green Blue C M Y K H S L
Decimal 37 88 141 0.74 0.38 0 0.45 210.58 0.58 0.35
Hex 25 58 8D 4A 26 0 2D D3 3A 23
Octal 45 130 215 112 46 0 55 323 72 43
Binary 100101 1011000 10001101 1001010 100110 0 101101 11010011 111010 100011

Color Harmonies of #25588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25588D

Black with #25588D

Text Example


Text Example

White with #25588D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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