Html Css Color HEX #224289 Fun Blue

📋 copy color: '#224289'

red 34 ◦ green 66 ◦ blue 137

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

Shades of Fun Blue #224289

Tints of Fun Blue #224289

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.85%

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

R = 14.35%
G = 27.85%
B = 57.81%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#224289 (or 0x224289) is known color: Fun Blue. HEX triplet: 22, 42 and 89. RGB value is (34,66,137). Sum of RGB (Red+Green+Blue) = 34+66+137=237 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.35% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 137 (53.91% from 255 or 57.81% from 237); Max value from RGB is 137 - color contains mainly: blue. Hex color #224289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224289 is #DDBD76. Grayscale: #404040. Windows color (decimal): -14531959 or 8995362. OLE color: 8995362.

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

Color convert

RGB 34 66 137 -
CMYK 0.75 0.52 0 0.46
HSL 221.36º 0.6% 0.34% -
HSV(B) 221.36º 0.75% 0.54% -
XYZ 7.12 6.04 24.46 -
YUV 64.53 168.9 106.23 -
System Red Green Blue C M Y K H S L
Decimal 34 66 137 0.75 0.52 0 0.46 221.36 0.6 0.34
Hex 22 42 89 4B 34 0 2E DD 3C 22
Octal 42 102 211 113 64 0 56 335 74 42
Binary 100010 1000010 10001001 1001011 110100 0 101110 11011101 111100 100010

Color Harmonies of #224289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224289

Black with #224289

Text Example


Text Example

White with #224289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224289; }

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

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

background-color css

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

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

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

border-color css

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

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

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