#224084

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

Shades of Fun Blue #224084

Tints of Fun Blue #224084

Color information

#224084 (or 0x224084) is unknown color: approx Fun Blue. HEX triplet: 22, 40 and 84. RGB value is (34,64,132). Sum of RGB (Red+Green+Blue) = 34+64+132=230 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.78% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #224084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224084 is #DDBF7B. Grayscale: #3E3E3E. Windows color (decimal): -14532476 or 8667170. OLE color: 8667170.

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

Color convert

RGB3464132-
CMYK0.740.5200.48
HSL221.63º59.04%32.55%-
HSV(B)221.63º74.24%51.76%-
XYZ6.665.6722.57-
YUV62.78167.06107.47-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.78%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 132 (51.95% from 255) = 57.39%
R=14.78%
G=27.83%
B=57.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34641320.740.5200.48221.6359.0432.55
Hex2240844A34030de3b21
Octal42100204112640603367341
Binary1000101000000100001001001010110100011000011011110111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224084; }

 p { color: rgb(34,64,132); }

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

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

 a { background-color: rgb(34,64,132); }

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

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

 span { border-color: rgb(34,64,132); }

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