Html Css Color HEX #25498E Fun Blue

📋 copy color: '#25498E'

red 37 ◦ green 73 ◦ blue 142

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

Shades of Fun Blue #25498E

Tints of Fun Blue #25498E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.97%

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

R = 14.68%
G = 28.97%
B = 56.35%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#25498E (or 0x25498E) is known color: Fun Blue. HEX triplet: 25, 49 and 8E. RGB value is (37,73,142). Sum of RGB (Red+Green+Blue) = 37+73+142=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 142 (55.86% from 255 or 56.35% from 252); Max value from RGB is 142 - color contains mainly: blue. Hex color #25498E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25498E is #DAB671. Grayscale: #454545. Windows color (decimal): -14333554 or 9324837. OLE color: 9324837.

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

Color convert

RGB 37 73 142 -
CMYK 0.74 0.49 0 0.44
HSL 219.43º 0.59% 0.35% -
HSV(B) 219.43º 0.74% 0.56% -
XYZ 8.03 7.11 26.54 -
YUV 70.1 168.57 104.39 -
System Red Green Blue C M Y K H S L
Decimal 37 73 142 0.74 0.49 0 0.44 219.43 0.59 0.35
Hex 25 49 8E 4A 31 0 2C DB 3B 23
Octal 45 111 216 112 61 0 54 333 73 43
Binary 100101 1001001 10001110 1001010 110001 0 101100 11011011 111011 100011

Color Harmonies of #25498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25498E

Black with #25498E

Text Example


Text Example

White with #25498E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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