Html Css Color HEX #254480 Fun Blue

📋 copy color: '#254480'

red 37 ◦ green 68 ◦ blue 128

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

Shades of Fun Blue #254480

Tints of Fun Blue #254480

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.18%

 BLUE value IS 128 (50.39% from 255) = 54.94%

R = 15.88%
G = 29.18%
B = 54.94%

CMYK

 C value IS 0.71

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#254480 (or 0x254480) is known color: Fun Blue. HEX triplet: 25, 44 and 80. RGB value is (37,68,128). Sum of RGB (Red+Green+Blue) = 37+68+128=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #254480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254480 is #DABB7F. Grayscale: #414141. Windows color (decimal): -14334848 or 8406053. OLE color: 8406053.

HSL color Cylindrical-coordinate representation of color #254480: hue angle of 219.56º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #254480 is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 68 128 -
CMYK 0.71 0.47 0 0.50
HSL 219.56º 0.55% 0.32% -
HSV(B) 219.56º 0.71% 0.5% -
XYZ 6.73 6.09 21.24 -
YUV 65.57 163.23 107.62 -
System Red Green Blue C M Y K H S L
Decimal 37 68 128 0.71 0.47 0 0.50 219.56 0.55 0.32
Hex 25 44 80 47 2F 0 32 DC 37 20
Octal 45 104 200 107 57 0 62 334 67 40
Binary 100101 1000100 10000000 1000111 101111 0 110010 11011100 110111 100000

Color Harmonies of #254480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254480

Black with #254480

Text Example


Text Example

White with #254480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254480; }

 p { color: rgb(37,68,128); }

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

background-color css

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

 a { background-color: rgb(37,68,128); }

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

border-color css

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

 span { border-color: rgb(37,68,128); }

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