#22188D

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

Shades of Ultramarine #22188D

Tints of Ultramarine #22188D

Color information

#22188D (or 0x22188D) is unknown color: approx Ultramarine. HEX triplet: 22, 18 and 8D. RGB value is (34,24,141). Sum of RGB (Red+Green+Blue) = 34+24+141=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 141 (55.47% from 255 or 70.85% from 199); Max value from RGB is 141 - color contains mainly: blue. Hex color #22188D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22188D is #DDE772. Grayscale: #272727. Windows color (decimal): -14542707 or 9246754. OLE color: 9246754.

HSL color Cylindrical-coordinate representation of color #22188D: hue angle of 245.13º 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 #22188D is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3424141-
CMYK0.760.8300.45
HSL245.13º70.91%32.35%-
HSV(B)245.13º82.98%55.29%-
XYZ5.792.9225.46-
YUV40.33184.81123.49-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.09%
GREEN value IS 24 (9.77% from 255) = 12.06%
BLUE value IS 141 (55.47% from 255) = 70.85%
R=17.09%
G=12.06%
B=70.85%

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
Decimal34241410.760.8300.45245.1370.9132.35
Hex22188D4C5302Df54720
Octal423021511412305536510740
Binary1000101100010001101100110010100110101101111101011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22188D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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