Html Css Color HEX #224489 Fun Blue

📋 copy color: '#224489'

red 34 ◦ green 68 ◦ blue 137

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

Shades of Fun Blue #224489

Tints of Fun Blue #224489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 57.32%

R = 14.23%
G = 28.45%
B = 57.32%

CMYK

 C value IS 0.75

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#224489 (or 0x224489) is known color: Fun Blue. HEX triplet: 22, 44 and 89. RGB value is (34,68,137). Sum of RGB (Red+Green+Blue) = 34+68+137=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #224489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224489 is #DDBB76. Grayscale: #414141. Windows color (decimal): -14531447 or 8995874. OLE color: 8995874.

HSL color Cylindrical-coordinate representation of color #224489: hue angle of 220.19º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #224489 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 34 68 137 -
CMYK 0.75 0.50 0 0.46
HSL 220.19º 0.6% 0.34% -
HSV(B) 220.19º 0.75% 0.54% -
XYZ 7.24 6.28 24.5 -
YUV 65.7 168.24 105.39 -
System Red Green Blue C M Y K H S L
Decimal 34 68 137 0.75 0.50 0 0.46 220.19 0.6 0.34
Hex 22 44 89 4B 32 0 2E DC 3C 22
Octal 42 104 211 113 62 0 56 334 74 42
Binary 100010 1000100 10001001 1001011 110010 0 101110 11011100 111100 100010

Color Harmonies of #224489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224489

Black with #224489

Text Example


Text Example

White with #224489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224489; }

 p { color: rgb(34,68,137); }

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

background-color css

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

 a { background-color: rgb(34,68,137); }

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

border-color css

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

 span { border-color: rgb(34,68,137); }

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