#22468B

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

Shades of Fun Blue #22468B

Tints of Fun Blue #22468B

Color information

#22468B (or 0x22468B) is unknown color: approx Fun Blue. HEX triplet: 22, 46 and 8B. RGB value is (34,70,139). Sum of RGB (Red+Green+Blue) = 34+70+139=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #22468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22468B is #DDB974. Grayscale: #424242. Windows color (decimal): -14530933 or 9127458. OLE color: 9127458.

HSL color Cylindrical-coordinate representation of color #22468B: hue angle of 219.43º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22468B is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3470139-
CMYK0.760.5000.45
HSL219.43º60.69%33.92%-
HSV(B)219.43º75.54%54.51%-
XYZ7.516.5825.3-
YUV67.1168.57104.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.99%
GREEN value IS 70 (27.73% from 255) = 28.81%
BLUE value IS 139 (54.69% from 255) = 57.20%
R=13.99%
G=28.81%
B=57.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal34701390.760.5000.45219.4360.6933.92
Hex22468B4C3202Ddb3d22
Octal42106213114620553337542
Binary1000101000110100010111001100110010010110111011011111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22468B; }

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

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

<style>
 a { background-color: #22468B; }

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

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

<style>
 span { border-color: #22468B; }

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

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