#22448A

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

Shades of Fun Blue #22448A

Tints of Fun Blue #22448A

Color information

#22448A (or 0x22448A) is unknown color: approx Fun Blue. HEX triplet: 22, 44 and 8A. RGB value is (34,68,138). Sum of RGB (Red+Green+Blue) = 34+68+138=240 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.17% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #22448A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22448A is #DDBB75. Grayscale: #414141. Windows color (decimal): -14531446 or 9061410. OLE color: 9061410.

HSL color Cylindrical-coordinate representation of color #22448A: hue angle of 220.38º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #22448A is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3468138-
CMYK0.750.5100.46
HSL220.38º60.47%33.73%-
HSV(B)220.38º75.36%54.12%-
XYZ7.316.3124.88-
YUV65.81168.74105.31-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.17%
GREEN value IS 68 (26.95% from 255) = 28.33%
BLUE value IS 138 (54.30% from 255) = 57.5%
R=14.17%
G=28.33%
B=57.5%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal34681380.750.5100.46220.3860.4733.73
Hex22448A4B3302Edc3c22
Octal42104212113630563347442
Binary1000101000100100010101001011110011010111011011100111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22448A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22448A; }

 p { color: rgb(34,68,138); }

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

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

 a { background-color: rgb(34,68,138); }

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

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

 span { border-color: rgb(34,68,138); }

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