Html Css Color HEX #25468D Fun Blue

📋 copy color: '#25468D'

red 37 ◦ green 70 ◦ blue 141

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

Shades of Fun Blue #25468D

Tints of Fun Blue #25468D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.23%

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

R = 14.92%
G = 28.23%
B = 56.85%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25468D (or 0x25468D) is known color: Fun Blue. HEX triplet: 25, 46 and 8D. RGB value is (37,70,141). Sum of RGB (Red+Green+Blue) = 37+70+141=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #25468D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25468D is #DAB972. Grayscale: #434343. Windows color (decimal): -14334323 or 9258533. OLE color: 9258533.

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

Color convert

RGB 37 70 141 -
CMYK 0.74 0.50 0 0.45
HSL 220.96º 0.58% 0.35% -
HSV(B) 220.96º 0.74% 0.55% -
XYZ 7.76 6.7 26.08 -
YUV 68.23 169.07 105.73 -
System Red Green Blue C M Y K H S L
Decimal 37 70 141 0.74 0.50 0 0.45 220.96 0.58 0.35
Hex 25 46 8D 4A 32 0 2D DD 3A 23
Octal 45 106 215 112 62 0 55 335 72 43
Binary 100101 1000110 10001101 1001010 110010 0 101101 11011101 111010 100011

Color Harmonies of #25468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25468D

Black with #25468D

Text Example


Text Example

White with #25468D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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