#22467C

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

Shades of Fun Blue #22467C

Tints of Fun Blue #22467C

Color information

#22467C (or 0x22467C) is unknown color: approx Fun Blue. HEX triplet: 22, 46 and 7C. RGB value is (34,70,124). Sum of RGB (Red+Green+Blue) = 34+70+124=228 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.91% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #22467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22467C is #DDB983. Grayscale: #414141. Windows color (decimal): -14530948 or 8144418. OLE color: 8144418.

HSL color Cylindrical-coordinate representation of color #22467C: hue angle of 216º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #22467C is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3470124-
CMYK0.730.4400.51
HSL216º56.96%30.98%-
HSV(B)216º72.58%48.63%-
XYZ6.496.1819.92-
YUV65.39161.07105.61-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.91%
GREEN value IS 70 (27.73% from 255) = 30.70%
BLUE value IS 124 (48.83% from 255) = 54.39%
R=14.91%
G=30.70%
B=54.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal34701240.730.4400.5121656.9630.98
Hex22467C492C033d8391f
Octal42106174111540633307137
Binary10001010001101111100100100110110001100111101100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22467C; }

 p { color: rgb(34,70,124); }

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

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

 a { background-color: rgb(34,70,124); }

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

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

 span { border-color: rgb(34,70,124); }

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