Html Css Color HEX #25588B Endeavour

📋 copy color: '#25588B'

red 37 ◦ green 88 ◦ blue 139

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

Shades of Endeavour #25588B

Tints of Endeavour #25588B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 52.65%

R = 14.02%
G = 33.33%
B = 52.65%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25588B (or 0x25588B) is known color: Endeavour. HEX triplet: 25, 58 and 8B. RGB value is (37,88,139). Sum of RGB (Red+Green+Blue) = 37+88+139=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #25588B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25588B is #DAA774. Grayscale: #4E4E4E. Windows color (decimal): -14329717 or 9132069. OLE color: 9132069.

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

Color convert

RGB 37 88 139 -
CMYK 0.73 0.37 0 0.45
HSL 210º 0.58% 0.35% -
HSV(B) 210º 0.73% 0.55% -
XYZ 8.91 9.24 25.74 -
YUV 78.57 162.1 98.35 -
System Red Green Blue C M Y K H S L
Decimal 37 88 139 0.73 0.37 0 0.45 210 0.58 0.35
Hex 25 58 8B 49 25 0 2D D2 3A 23
Octal 45 130 213 111 45 0 55 322 72 43
Binary 100101 1011000 10001011 1001001 100101 0 101101 11010010 111010 100011

Color Harmonies of #25588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25588B

Black with #25588B

Text Example


Text Example

White with #25588B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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