Html Css Color HEX #224589 Fun Blue

📋 copy color: '#224589'

red 34 ◦ green 69 ◦ blue 137

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

Shades of Fun Blue #224589

Tints of Fun Blue #224589

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.75%

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

R = 14.17%
G = 28.75%
B = 57.08%

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

#224589 (or 0x224589) is known color: Fun Blue. HEX triplet: 22, 45 and 89. RGB value is (34,69,137). Sum of RGB (Red+Green+Blue) = 34+69+137=240 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.17% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #224589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224589 is #DDBA76. Grayscale: #414141. Windows color (decimal): -14531191 or 8996130. OLE color: 8996130.

HSL color Cylindrical-coordinate representation of color #224589: hue angle of 219.61º 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 #224589 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 34 69 137 -
CMYK 0.75 0.50 0 0.46
HSL 219.61º 0.6% 0.34% -
HSV(B) 219.61º 0.75% 0.54% -
XYZ 7.3 6.4 24.52 -
YUV 66.29 167.9 104.97 -
System Red Green Blue C M Y K H S L
Decimal 34 69 137 0.75 0.50 0 0.46 219.61 0.6 0.34
Hex 22 45 89 4B 32 0 2E DC 3C 22
Octal 42 105 211 113 62 0 56 334 74 42
Binary 100010 1000101 10001001 1001011 110010 0 101110 11011100 111100 100010

Color Harmonies of #224589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224589

Black with #224589

Text Example


Text Example

White with #224589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224589; }

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

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

background-color css

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

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

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

border-color css

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

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

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