Html Css Color HEX #224980 Fun Blue

📋 copy color: '#224980'

red 34 ◦ green 73 ◦ blue 128

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

Shades of Fun Blue #224980

Tints of Fun Blue #224980

RGB

 RED value IS 34 (13.67% from 255) = 14.47%

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

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

R = 14.47%
G = 31.06%
B = 54.47%

CMYK

 C value IS 0.73

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#224980 (or 0x224980) is known color: Fun Blue. HEX triplet: 22, 49 and 80. RGB value is (34,73,128). Sum of RGB (Red+Green+Blue) = 34+73+128=235 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.47% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 128 (50.39% from 255 or 54.47% from 235); Max value from RGB is 128 - color contains mainly: blue. Hex color #224980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224980 is #DDB67F. Grayscale: #434343. Windows color (decimal): -14530176 or 8407330. OLE color: 8407330.

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

Color convert

RGB 34 73 128 -
CMYK 0.73 0.43 0 0.50
HSL 215.11º 0.58% 0.32% -
HSV(B) 215.11º 0.73% 0.5% -
XYZ 6.94 6.66 21.34 -
YUV 67.61 162.08 104.03 -
System Red Green Blue C M Y K H S L
Decimal 34 73 128 0.73 0.43 0 0.50 215.11 0.58 0.32
Hex 22 49 80 49 2B 0 32 D7 3A 20
Octal 42 111 200 111 53 0 62 327 72 40
Binary 100010 1001001 10000000 1001001 101011 0 110010 11010111 111010 100000

Color Harmonies of #224980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224980

Black with #224980

Text Example


Text Example

White with #224980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224980; }

 p { color: rgb(34,73,128); }

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

background-color css

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

 a { background-color: rgb(34,73,128); }

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

border-color css

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

 span { border-color: rgb(34,73,128); }

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