Html Css Color HEX #254A81 Fun Blue

📋 copy color: '#254A81'

red 37 ◦ green 74 ◦ blue 129

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

Shades of Fun Blue #254A81

Tints of Fun Blue #254A81

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.83%

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

R = 15.42%
G = 30.83%
B = 53.75%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#254A81 (or 0x254A81) is known color: Fun Blue. HEX triplet: 25, 4A and 81. RGB value is (37,74,129). Sum of RGB (Red+Green+Blue) = 37+74+129=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #254A81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254A81 is #DAB57E. Grayscale: #444444. Windows color (decimal): -14333311 or 8473125. OLE color: 8473125.

HSL color Cylindrical-coordinate representation of color #254A81: hue angle of 215.87º 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 #254A81 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 74 129 -
CMYK 0.71 0.43 0 0.49
HSL 215.87º 0.55% 0.33% -
HSV(B) 215.87º 0.71% 0.51% -
XYZ 7.17 6.88 21.72 -
YUV 69.21 161.74 105.03 -
System Red Green Blue C M Y K H S L
Decimal 37 74 129 0.71 0.43 0 0.49 215.87 0.55 0.33
Hex 25 4A 81 47 2B 0 31 D8 37 21
Octal 45 112 201 107 53 0 61 330 67 41
Binary 100101 1001010 10000001 1000111 101011 0 110001 11011000 110111 100001

Color Harmonies of #254A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254A81

Black with #254A81

Text Example


Text Example

White with #254A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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