Html Css Color HEX #254881 Fun Blue

📋 copy color: '#254881'

red 37 ◦ green 72 ◦ blue 129

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

Shades of Fun Blue #254881

Tints of Fun Blue #254881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 54.2%

R = 15.55%
G = 30.25%
B = 54.2%

CMYK

 C value IS 0.71

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#254881 (or 0x254881) is known color: Fun Blue. HEX triplet: 25, 48 and 81. RGB value is (37,72,129). Sum of RGB (Red+Green+Blue) = 37+72+129=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 129 (50.78% from 255 or 54.20% from 238); Max value from RGB is 129 - color contains mainly: blue. Hex color #254881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254881 is #DAB77E. Grayscale: #434343. Windows color (decimal): -14333823 or 8472613. OLE color: 8472613.

HSL color Cylindrical-coordinate representation of color #254881: hue angle of 217.17º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #254881 is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 72 129 -
CMYK 0.71 0.44 0 0.49
HSL 217.17º 0.55% 0.33% -
HSV(B) 217.17º 0.71% 0.51% -
XYZ 7.04 6.61 21.67 -
YUV 68.03 162.4 105.87 -
System Red Green Blue C M Y K H S L
Decimal 37 72 129 0.71 0.44 0 0.49 217.17 0.55 0.33
Hex 25 48 81 47 2C 0 31 D9 37 21
Octal 45 110 201 107 54 0 61 331 67 41
Binary 100101 1001000 10000001 1000111 101100 0 110001 11011001 110111 100001

Color Harmonies of #254881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254881

Black with #254881

Text Example


Text Example

White with #254881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254881; }

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

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

background-color css

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

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

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

border-color css

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

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

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