#224481

Color #224481 Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #224481

Tints of Fun Blue #224481

Color information

#224481 (or 0x224481) is unknown color: approx Fun Blue. HEX triplet: 22, 44 and 81. RGB value is (34,68,129). Sum of RGB (Red+Green+Blue) = 34+68+129=231 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.72% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 129 (50.78% from 255 or 55.84% from 231); Max value from RGB is 129 - color contains mainly: blue. Hex color #224481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224481 is #DDBB7E. Grayscale: #404040. Windows color (decimal): -14531455 or 8471586. OLE color: 8471586.

HSL color Cylindrical-coordinate representation of color #224481: hue angle of 218.53º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #224481 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3468129-
CMYK0.740.4700.49
HSL218.53º58.28%31.96%-
HSV(B)218.53º73.64%50.59%-
XYZ6.696.0621.59-
YUV64.79164.24106.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.72%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 129 (50.78% from 255) = 55.84%
R=14.72%
G=29.44%
B=55.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal34681290.740.4700.49218.5358.2831.96
Hex2244814A2F031db3a20
Octal42104201112570613337240
Binary1000101000100100000011001010101111011000111011011111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224481; }

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

 H1.HeaderClassName
 {
   color: #224481;
 }
 .AnyTagClassName
 {
   color: #224481;
 }
</style>
background-color css

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

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

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

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

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

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