#224785

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

Shades of Fun Blue #224785

Tints of Fun Blue #224785

Color information

#224785 (or 0x224785) is unknown color: approx Fun Blue. HEX triplet: 22, 47 and 85. RGB value is (34,71,133). Sum of RGB (Red+Green+Blue) = 34+71+133=238 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.29% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #224785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224785 is #DDB87A. Grayscale: #424242. Windows color (decimal): -14530683 or 8734498. OLE color: 8734498.

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

Color convert

RGB3471133-
CMYK0.740.4700.48
HSL217.58º59.28%32.75%-
HSV(B)217.58º74.44%52.16%-
XYZ7.156.5423.08-
YUV67.01165.24104.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.29%
GREEN value IS 71 (28.12% from 255) = 29.83%
BLUE value IS 133 (52.34% from 255) = 55.88%
R=14.29%
G=29.83%
B=55.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34711330.740.4700.48217.5859.2832.75
Hex2247854A2F030da3b21
Octal42107205112570603327341
Binary1000101000111100001011001010101111011000011011010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224785; }

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

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

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

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

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

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

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

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