Html Css Color HEX #25498C Fun Blue

📋 copy color: '#25498C'

red 37 ◦ green 73 ◦ blue 140

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

Shades of Fun Blue #25498C

Tints of Fun Blue #25498C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 56%

R = 14.8%
G = 29.2%
B = 56%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25498C (or 0x25498C) is known color: Fun Blue. HEX triplet: 25, 49 and 8C. RGB value is (37,73,140). Sum of RGB (Red+Green+Blue) = 37+73+140=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 140 (55.08% from 255 or 56% from 250); Max value from RGB is 140 - color contains mainly: blue. Hex color #25498C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25498C is #DAB673. Grayscale: #454545. Windows color (decimal): -14333556 or 9193765. OLE color: 9193765.

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

Color convert

RGB 37 73 140 -
CMYK 0.74 0.48 0 0.45
HSL 219.03º 0.58% 0.35% -
HSV(B) 219.03º 0.74% 0.55% -
XYZ 7.88 7.05 25.76 -
YUV 69.87 167.57 104.55 -
System Red Green Blue C M Y K H S L
Decimal 37 73 140 0.74 0.48 0 0.45 219.03 0.58 0.35
Hex 25 49 8C 4A 30 0 2D DB 3A 23
Octal 45 111 214 112 60 0 55 333 72 43
Binary 100101 1001001 10001100 1001010 110000 0 101101 11011011 111010 100011

Color Harmonies of #25498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25498C

Black with #25498C

Text Example


Text Example

White with #25498C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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