Html Css Color HEX #254990 Fun Blue

📋 copy color: '#254990'

red 37 ◦ green 73 ◦ blue 144

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

Shades of Fun Blue #254990

Tints of Fun Blue #254990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 56.69%

R = 14.57%
G = 28.74%
B = 56.69%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#254990 (or 0x254990) is known color: Fun Blue. HEX triplet: 25, 49 and 90. RGB value is (37,73,144). Sum of RGB (Red+Green+Blue) = 37+73+144=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #254990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254990 is #DAB66F. Grayscale: #464646. Windows color (decimal): -14333552 or 9455909. OLE color: 9455909.

HSL color Cylindrical-coordinate representation of color #254990: hue angle of 219.81º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #254990 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 73 144 -
CMYK 0.74 0.49 0 0.44
HSL 219.81º 0.59% 0.35% -
HSV(B) 219.81º 0.74% 0.56% -
XYZ 8.18 7.17 27.34 -
YUV 70.33 169.57 104.23 -
System Red Green Blue C M Y K H S L
Decimal 37 73 144 0.74 0.49 0 0.44 219.81 0.59 0.35
Hex 25 49 90 4A 31 0 2C DC 3B 23
Octal 45 111 220 112 61 0 54 334 73 43
Binary 100101 1001001 10010000 1001010 110001 0 101100 11011100 111011 100011

Color Harmonies of #254990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254990

Black with #254990

Text Example


Text Example

White with #254990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254990; }

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

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

background-color css

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

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

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

border-color css

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

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

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