Html Css Color HEX #224690 Fun Blue

📋 copy color: '#224690'

red 34 ◦ green 70 ◦ blue 144

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

Shades of Fun Blue #224690

Tints of Fun Blue #224690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.23%

 BLUE value IS 144 (56.64% from 255) = 58.06%

R = 13.71%
G = 28.23%
B = 58.06%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#224690 (or 0x224690) is known color: Fun Blue. HEX triplet: 22, 46 and 90. RGB value is (34,70,144). Sum of RGB (Red+Green+Blue) = 34+70+144=248 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.71% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #224690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224690 is #DDB96F. Grayscale: #434343. Windows color (decimal): -14530928 or 9455138. OLE color: 9455138.

HSL color Cylindrical-coordinate representation of color #224690: hue angle of 220.36º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #224690 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 70 144 -
CMYK 0.76 0.51 0 0.44
HSL 220.36º 0.62% 0.35% -
HSV(B) 220.36º 0.76% 0.56% -
XYZ 7.88 6.73 27.27 -
YUV 67.67 171.07 103.98 -
System Red Green Blue C M Y K H S L
Decimal 34 70 144 0.76 0.51 0 0.44 220.36 0.62 0.35
Hex 22 46 90 4C 33 0 2C DC 3E 23
Octal 42 106 220 114 63 0 54 334 76 43
Binary 100010 1000110 10010000 1001100 110011 0 101100 11011100 111110 100011

Color Harmonies of #224690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224690

Black with #224690

Text Example


Text Example

White with #224690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224690; }

 p { color: rgb(34,70,144); }

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

background-color css

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

 a { background-color: rgb(34,70,144); }

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

border-color css

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

 span { border-color: rgb(34,70,144); }

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