Html Css Color HEX #25487A Fun Blue

📋 copy color: '#25487A'

red 37 ◦ green 72 ◦ blue 122

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

Shades of Fun Blue #25487A

Tints of Fun Blue #25487A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 52.81%

R = 16.02%
G = 31.17%
B = 52.81%

CMYK

 C value IS 0.70

 M value IS 0.41

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#25487A (or 0x25487A) is known color: Fun Blue. HEX triplet: 25, 48 and 7A. RGB value is (37,72,122). Sum of RGB (Red+Green+Blue) = 37+72+122=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #25487A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25487A is #DAB785. Grayscale: #434343. Windows color (decimal): -14333830 or 8013861. OLE color: 8013861.

HSL color Cylindrical-coordinate representation of color #25487A: hue angle of 215.29º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25487A is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 37 72 122 -
CMYK 0.70 0.41 0 0.52
HSL 215.29º 0.53% 0.31% -
HSV(B) 215.29º 0.7% 0.48% -
XYZ 6.59 6.43 19.31 -
YUV 67.24 158.9 106.43 -
System Red Green Blue C M Y K H S L
Decimal 37 72 122 0.70 0.41 0 0.52 215.29 0.53 0.31
Hex 25 48 7A 46 29 0 34 D7 35 1F
Octal 45 110 172 106 51 0 64 327 65 37
Binary 100101 1001000 1111010 1000110 101001 0 110100 11010111 110101 11111

Color Harmonies of #25487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25487A

Black with #25487A

Text Example


Text Example

White with #25487A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25487A; }

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

 H1.HeaderClassName
 {
   color: #25487A;
 }
 .AnyTagClassName
 {
   color: #25487A;
 }
</style>

background-color css

<style>
 a { background-color: #25487A; }

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

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

border-color css

<style>
 span { border-color: #25487A; }

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

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