#22467A

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

Shades of Fun Blue #22467A

Tints of Fun Blue #22467A

Color information

#22467A (or 0x22467A) is unknown color: approx Fun Blue. HEX triplet: 22, 46 and 7A. RGB value is (34,70,122). Sum of RGB (Red+Green+Blue) = 34+70+122=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #22467A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22467A is #DDB985. Grayscale: #404040. Windows color (decimal): -14530950 or 8013346. OLE color: 8013346.

HSL color Cylindrical-coordinate representation of color #22467A: hue angle of 215.45º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #22467A is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3470122-
CMYK0.720.4300.52
HSL215.45º56.41%30.59%-
HSV(B)215.45º72.13%47.84%-
XYZ6.366.1319.26-
YUV65.16160.07105.77-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.04%
GREEN value IS 70 (27.73% from 255) = 30.97%
BLUE value IS 122 (48.05% from 255) = 53.98%
R=15.04%
G=30.97%
B=53.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal34701220.720.4300.52215.4556.4130.59
Hex22467A482B034d7381f
Octal42106172110530643277037
Binary10001010001101111010100100010101101101001101011111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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