#22188C

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

Shades of Ultramarine #22188C

Tints of Ultramarine #22188C

Color information

#22188C (or 0x22188C) is unknown color: approx Ultramarine. HEX triplet: 22, 18 and 8C. RGB value is (34,24,140). Sum of RGB (Red+Green+Blue) = 34+24+140=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 140 (55.08% from 255 or 70.71% from 198); Max value from RGB is 140 - color contains mainly: blue. Hex color #22188C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22188C is #DDE773. Grayscale: #272727. Windows color (decimal): -14542708 or 9181218. OLE color: 9181218.

HSL color Cylindrical-coordinate representation of color #22188C: hue angle of 245.17º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22188C is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3424140-
CMYK0.760.8300.45
HSL245.17º70.73%32.16%-
HSV(B)245.17º82.86%54.9%-
XYZ5.722.8925.07-
YUV40.21184.31123.57-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.17%
GREEN value IS 24 (9.77% from 255) = 12.12%
BLUE value IS 140 (55.08% from 255) = 70.71%
R=17.17%
G=12.12%
B=70.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal34241400.760.8300.45245.1770.7332.16
Hex22188C4C5302Df54720
Octal423021411412305536510740
Binary1000101100010001100100110010100110101101111101011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22188C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,24,140); }

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

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

 a { background-color: rgb(34,24,140); }

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

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

 span { border-color: rgb(34,24,140); }

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