Html Css Color HEX #25528E Endeavour

📋 copy color: '#25528E'

red 37 ◦ green 82 ◦ blue 142

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

Shades of Endeavour #25528E

Tints of Endeavour #25528E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.42%

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

R = 14.18%
G = 31.42%
B = 54.41%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#25528E (or 0x25528E) is known color: Endeavour. HEX triplet: 25, 52 and 8E. RGB value is (37,82,142). Sum of RGB (Red+Green+Blue) = 37+82+142=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #25528E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25528E is #DAAD71. Grayscale: #4B4B4B. Windows color (decimal): -14331250 or 9327141. OLE color: 9327141.

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

Color convert

RGB 37 82 142 -
CMYK 0.74 0.42 0 0.44
HSL 214.29º 0.59% 0.35% -
HSV(B) 214.29º 0.74% 0.56% -
XYZ 8.66 8.38 26.75 -
YUV 75.39 165.59 100.62 -
System Red Green Blue C M Y K H S L
Decimal 37 82 142 0.74 0.42 0 0.44 214.29 0.59 0.35
Hex 25 52 8E 4A 2A 0 2C D6 3B 23
Octal 45 122 216 112 52 0 54 326 73 43
Binary 100101 1010010 10001110 1001010 101010 0 101100 11010110 111011 100011

Color Harmonies of #25528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25528E

Black with #25528E

Text Example


Text Example

White with #25528E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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