#224485

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

Shades of Fun Blue #224485

Tints of Fun Blue #224485

Color information

#224485 (or 0x224485) is unknown color: approx Fun Blue. HEX triplet: 22, 44 and 85. RGB value is (34,68,133). Sum of RGB (Red+Green+Blue) = 34+68+133=235 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.47% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #224485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224485 is #DDBB7A. Grayscale: #404040. Windows color (decimal): -14531451 or 8733730. OLE color: 8733730.

HSL color Cylindrical-coordinate representation of color #224485: hue angle of 219.39º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #224485 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3468133-
CMYK0.740.4900.48
HSL219.39º59.28%32.75%-
HSV(B)219.39º74.44%52.16%-
XYZ6.966.1723.01-
YUV65.24166.24105.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.47%
GREEN value IS 68 (26.95% from 255) = 28.94%
BLUE value IS 133 (52.34% from 255) = 56.60%
R=14.47%
G=28.94%
B=56.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34681330.740.4900.48219.3959.2832.75
Hex2244854A31030db3b21
Octal42104205112610603337341
Binary1000101000100100001011001010110001011000011011011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224485; }

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

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

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

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

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

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

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

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