#224283

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

Shades of Fun Blue #224283

Tints of Fun Blue #224283

Color information

#224283 (or 0x224283) is unknown color: approx Fun Blue. HEX triplet: 22, 42 and 83. RGB value is (34,66,131). Sum of RGB (Red+Green+Blue) = 34+66+131=231 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.72% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 131 (51.56% from 255 or 56.71% from 231); Max value from RGB is 131 - color contains mainly: blue. Hex color #224283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224283 is #DDBD7C. Grayscale: #3F3F3F. Windows color (decimal): -14531965 or 8602146. OLE color: 8602146.

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

Color convert

RGB3466131-
CMYK0.740.5000.49
HSL220.21º58.79%32.35%-
HSV(B)220.21º74.05%51.37%-
XYZ6.75.8822.25-
YUV63.84165.9106.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.72%
GREEN value IS 66 (26.17% from 255) = 28.57%
BLUE value IS 131 (51.56% from 255) = 56.71%
R=14.72%
G=28.57%
B=56.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal34661310.740.5000.49220.2158.7932.35
Hex2242834A32031dc3b20
Octal42102203112620613347340
Binary1000101000010100000111001010110010011000111011100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224283; }

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

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

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

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

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

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

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

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