Html Css Color HEX #25488D Fun Blue

📋 copy color: '#25488D'

red 37 ◦ green 72 ◦ blue 141

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

Shades of Fun Blue #25488D

Tints of Fun Blue #25488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.8%

 BLUE value IS 141 (55.47% from 255) = 56.4%

R = 14.8%
G = 28.8%
B = 56.4%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25488D (or 0x25488D) is known color: Fun Blue. HEX triplet: 25, 48 and 8D. RGB value is (37,72,141). Sum of RGB (Red+Green+Blue) = 37+72+141=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #25488D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25488D is #DAB772. Grayscale: #454545. Windows color (decimal): -14333811 or 9259045. OLE color: 9259045.

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

Color convert

RGB 37 72 141 -
CMYK 0.74 0.49 0 0.45
HSL 219.81º 0.58% 0.35% -
HSV(B) 219.81º 0.74% 0.55% -
XYZ 7.89 6.95 26.13 -
YUV 69.4 168.4 104.89 -
System Red Green Blue C M Y K H S L
Decimal 37 72 141 0.74 0.49 0 0.45 219.81 0.58 0.35
Hex 25 48 8D 4A 31 0 2D DC 3A 23
Octal 45 110 215 112 61 0 55 334 72 43
Binary 100101 1001000 10001101 1001010 110001 0 101101 11011100 111010 100011

Color Harmonies of #25488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25488D

Black with #25488D

Text Example


Text Example

White with #25488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25488D; }

 p { color: rgb(37,72,141); }

 H1.HeaderClassName
 {
   color: #25488D;
 }
 .AnyTagClassName
 {
   color: #25488D;
 }
</style>

background-color css

<style>
 a { background-color: #25488D; }

 a { background-color: rgb(37,72,141); }

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

border-color css

<style>
 span { border-color: #25488D; }

 span { border-color: rgb(37,72,141); }

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