#224580

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

Shades of Fun Blue #224580

Tints of Fun Blue #224580

Color information

#224580 (or 0x224580) is unknown color: approx Fun Blue. HEX triplet: 22, 45 and 80. RGB value is (34,69,128). Sum of RGB (Red+Green+Blue) = 34+69+128=231 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.72% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #224580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224580 is #DDBA7F. Grayscale: #404040. Windows color (decimal): -14531200 or 8406306. OLE color: 8406306.

HSL color Cylindrical-coordinate representation of color #224580: hue angle of 217.66º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #224580 is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3469128-
CMYK0.730.4600.50
HSL217.66º58.02%31.76%-
HSV(B)217.66º73.44%50.2%-
XYZ6.686.1521.26-
YUV65.26163.4105.7-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.72%
GREEN value IS 69 (27.34% from 255) = 29.87%
BLUE value IS 128 (50.39% from 255) = 55.41%
R=14.72%
G=29.87%
B=55.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal34691280.730.4600.50217.6658.0231.76
Hex224580492E032da3a20
Octal42105200111560623327240
Binary1000101000101100000001001001101110011001011011010111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224580; }

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

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

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

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

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

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

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

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