Html Css Color HEX #25508E Endeavour

📋 copy color: '#25508E'

red 37 ◦ green 80 ◦ blue 142

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

Shades of Endeavour #25508E

Tints of Endeavour #25508E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.89%

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

R = 14.29%
G = 30.89%
B = 54.83%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#25508E (or 0x25508E) is known color: Endeavour. HEX triplet: 25, 50 and 8E. RGB value is (37,80,142). Sum of RGB (Red+Green+Blue) = 37+80+142=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #25508E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25508E is #DAAF71. Grayscale: #494949. Windows color (decimal): -14331762 or 9326629. OLE color: 9326629.

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

Color convert

RGB 37 80 142 -
CMYK 0.74 0.44 0 0.44
HSL 215.43º 0.59% 0.35% -
HSV(B) 215.43º 0.74% 0.56% -
XYZ 8.51 8.08 26.7 -
YUV 74.21 166.25 101.46 -
System Red Green Blue C M Y K H S L
Decimal 37 80 142 0.74 0.44 0 0.44 215.43 0.59 0.35
Hex 25 50 8E 4A 2C 0 2C D7 3B 23
Octal 45 120 216 112 54 0 54 327 73 43
Binary 100101 1010000 10001110 1001010 101100 0 101100 11010111 111011 100011

Color Harmonies of #25508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25508E

Black with #25508E

Text Example


Text Example

White with #25508E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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