Html Css Color HEX #25578E Endeavour

📋 copy color: '#25578E'

red 37 ◦ green 87 ◦ blue 142

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

Shades of Endeavour #25578E

Tints of Endeavour #25578E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.71%

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

R = 13.91%
G = 32.71%
B = 53.38%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#25578E (or 0x25578E) is known color: Endeavour. HEX triplet: 25, 57 and 8E. RGB value is (37,87,142). Sum of RGB (Red+Green+Blue) = 37+87+142=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #25578E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25578E is #DAA871. Grayscale: #4E4E4E. Windows color (decimal): -14329970 or 9328421. OLE color: 9328421.

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

Color convert

RGB 37 87 142 -
CMYK 0.74 0.39 0 0.44
HSL 211.43º 0.59% 0.35% -
HSV(B) 211.43º 0.74% 0.56% -
XYZ 9.05 9.16 26.88 -
YUV 78.32 163.94 98.53 -
System Red Green Blue C M Y K H S L
Decimal 37 87 142 0.74 0.39 0 0.44 211.43 0.59 0.35
Hex 25 57 8E 4A 27 0 2C D3 3B 23
Octal 45 127 216 112 47 0 54 323 73 43
Binary 100101 1010111 10001110 1001010 100111 0 101100 11010011 111011 100011

Color Harmonies of #25578E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25578E

Black with #25578E

Text Example


Text Example

White with #25578E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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