Html Css Color HEX #25588C Endeavour

📋 copy color: '#25588C'

red 37 ◦ green 88 ◦ blue 140

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

Shades of Endeavour #25588C

Tints of Endeavour #25588C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.83%

R = 13.96%
G = 33.21%
B = 52.83%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25588C (or 0x25588C) is known color: Endeavour. HEX triplet: 25, 58 and 8C. RGB value is (37,88,140). Sum of RGB (Red+Green+Blue) = 37+88+140=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #25588C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25588C is #DAA773. Grayscale: #4E4E4E. Windows color (decimal): -14329716 or 9197605. OLE color: 9197605.

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

Color convert

RGB 37 88 140 -
CMYK 0.74 0.37 0 0.45
HSL 210.29º 0.58% 0.35% -
HSV(B) 210.29º 0.74% 0.55% -
XYZ 8.99 9.27 26.13 -
YUV 78.68 162.6 98.27 -
System Red Green Blue C M Y K H S L
Decimal 37 88 140 0.74 0.37 0 0.45 210.29 0.58 0.35
Hex 25 58 8C 4A 25 0 2D D2 3A 23
Octal 45 130 214 112 45 0 55 322 72 43
Binary 100101 1011000 10001100 1001010 100101 0 101101 11010010 111010 100011

Color Harmonies of #25588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25588C

Black with #25588C

Text Example


Text Example

White with #25588C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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