#22428A

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

Shades of Fun Blue #22428A

Tints of Fun Blue #22428A

Color information

#22428A (or 0x22428A) is unknown color: approx Fun Blue. HEX triplet: 22, 42 and 8A. RGB value is (34,66,138). Sum of RGB (Red+Green+Blue) = 34+66+138=238 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.29% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 138 (54.30% from 255 or 57.98% from 238); Max value from RGB is 138 - color contains mainly: blue. Hex color #22428A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22428A is #DDBD75. Grayscale: #404040. Windows color (decimal): -14531958 or 9060898. OLE color: 9060898.

HSL color Cylindrical-coordinate representation of color #22428A: hue angle of 221.54º 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 #22428A is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3466138-
CMYK0.750.5200.46
HSL221.54º60.47%33.73%-
HSV(B)221.54º75.36%54.12%-
XYZ7.26.0724.84-
YUV64.64169.4106.15-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.29%
GREEN value IS 66 (26.17% from 255) = 27.73%
BLUE value IS 138 (54.30% from 255) = 57.98%
R=14.29%
G=27.73%
B=57.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal34661380.750.5200.46221.5460.4733.73
Hex22428A4B3402Ede3c22
Octal42102212113640563367442
Binary1000101000010100010101001011110100010111011011110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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