#22488E

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

Shades of Fun Blue #22488E

Tints of Fun Blue #22488E

Color information

#22488E (or 0x22488E) is unknown color: approx Fun Blue. HEX triplet: 22, 48 and 8E. RGB value is (34,72,142). Sum of RGB (Red+Green+Blue) = 34+72+142=248 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.71% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 142 (55.86% from 255 or 57.26% from 248); Max value from RGB is 142 - color contains mainly: blue. Hex color #22488E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22488E is #DDB771. Grayscale: #444444. Windows color (decimal): -14530418 or 9324578. OLE color: 9324578.

HSL color Cylindrical-coordinate representation of color #22488E: hue angle of 218.89º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22488E is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3472142-
CMYK0.760.4900.44
HSL218.89º61.36%34.51%-
HSV(B)218.89º76.06%55.69%-
XYZ7.866.9326.51-
YUV68.62169.41103.31-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.71%
GREEN value IS 72 (28.52% from 255) = 29.03%
BLUE value IS 142 (55.86% from 255) = 57.26%
R=13.71%
G=29.03%
B=57.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal34721420.760.4900.44218.8961.3634.51
Hex22488E4C3102Cdb3d23
Octal42110216114610543337543
Binary1000101001000100011101001100110001010110011011011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22488E; }

 p { color: rgb(34,72,142); }

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

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

 a { background-color: rgb(34,72,142); }

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

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

 span { border-color: rgb(34,72,142); }

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