#224280

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

Shades of Fun Blue #224280

Tints of Fun Blue #224280

Color information

#224280 (or 0x224280) is unknown color: approx Fun Blue. HEX triplet: 22, 42 and 80. RGB value is (34,66,128). Sum of RGB (Red+Green+Blue) = 34+66+128=228 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.91% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 128 (50.39% from 255 or 56.14% from 228); Max value from RGB is 128 - color contains mainly: blue. Hex color #224280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224280 is #DDBD7F. Grayscale: #3F3F3F. Windows color (decimal): -14531968 or 8405538. OLE color: 8405538.

HSL color Cylindrical-coordinate representation of color #224280: hue angle of 219.57º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #224280 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3466128-
CMYK0.730.4800.50
HSL219.57º58.02%31.76%-
HSV(B)219.57º73.44%50.2%-
XYZ6.55.821.2-
YUV63.5164.4106.96-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.91%
GREEN value IS 66 (26.17% from 255) = 28.95%
BLUE value IS 128 (50.39% from 255) = 56.14%
R=14.91%
G=28.95%
B=56.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal34661280.730.4800.50219.5758.0231.76
Hex2242804930032dc3a20
Octal42102200111600623347240
Binary1000101000010100000001001001110000011001011011100111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224280; }

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

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

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

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

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

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

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

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