#224585

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

Shades of Fun Blue #224585

Tints of Fun Blue #224585

Color information

#224585 (or 0x224585) is unknown color: approx Fun Blue. HEX triplet: 22, 45 and 85. RGB value is (34,69,133). Sum of RGB (Red+Green+Blue) = 34+69+133=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #224585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224585 is #DDBA7A. Grayscale: #414141. Windows color (decimal): -14531195 or 8733986. OLE color: 8733986.

HSL color Cylindrical-coordinate representation of color #224585: hue angle of 218.79º 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 #224585 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3469133-
CMYK0.740.4800.48
HSL218.79º59.28%32.75%-
HSV(B)218.79º74.44%52.16%-
XYZ7.026.2923.03-
YUV65.83165.9105.3-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.41%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 133 (52.34% from 255) = 56.36%
R=14.41%
G=29.24%
B=56.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34691330.740.4800.48218.7959.2832.75
Hex2245854A30030db3b21
Octal42105205112600603337341
Binary1000101000101100001011001010110000011000011011011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224585; }

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

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

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

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

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

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

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

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