Html Css Color HEX #25478B Fun Blue

📋 copy color: '#25478B'

red 37 ◦ green 71 ◦ blue 139

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

Shades of Fun Blue #25478B

Tints of Fun Blue #25478B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.74%

 BLUE value IS 139 (54.69% from 255) = 56.28%

R = 14.98%
G = 28.74%
B = 56.28%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25478B (or 0x25478B) is known color: Fun Blue. HEX triplet: 25, 47 and 8B. RGB value is (37,71,139). Sum of RGB (Red+Green+Blue) = 37+71+139=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #25478B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25478B is #DAB874. Grayscale: #444444. Windows color (decimal): -14334069 or 9127717. OLE color: 9127717.

HSL color Cylindrical-coordinate representation of color #25478B: hue angle of 220º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25478B is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 71 139 -
CMYK 0.73 0.49 0 0.45
HSL 220º 0.58% 0.35% -
HSV(B) 220º 0.73% 0.55% -
XYZ 7.68 6.76 25.33 -
YUV 68.59 167.74 105.47 -
System Red Green Blue C M Y K H S L
Decimal 37 71 139 0.73 0.49 0 0.45 220 0.58 0.35
Hex 25 47 8B 49 31 0 2D DC 3A 23
Octal 45 107 213 111 61 0 55 334 72 43
Binary 100101 1000111 10001011 1001001 110001 0 101101 11011100 111010 100011

Color Harmonies of #25478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25478B

Black with #25478B

Text Example


Text Example

White with #25478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25478B; }

 p { color: rgb(37,71,139); }

 H1.HeaderClassName
 {
   color: #25478B;
 }
 .AnyTagClassName
 {
   color: #25478B;
 }
</style>

background-color css

<style>
 a { background-color: #25478B; }

 a { background-color: rgb(37,71,139); }

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

border-color css

<style>
 span { border-color: #25478B; }

 span { border-color: rgb(37,71,139); }

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