#221183

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

Shades of Ultramarine #221183

Tints of Ultramarine #221183

Color information

#221183 (or 0x221183) is unknown color: approx Ultramarine. HEX triplet: 22, 11 and 83. RGB value is (34,17,131). Sum of RGB (Red+Green+Blue) = 34+17+131=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 131 (51.56% from 255 or 71.98% from 182); Max value from RGB is 131 - color contains mainly: blue. Hex color #221183 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221183 is #DDEE7C. Grayscale: #222222. Windows color (decimal): -14544509 or 8589602. OLE color: 8589602.

HSL color Cylindrical-coordinate representation of color #221183: hue angle of 248.95º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #221183 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3417131-
CMYK0.740.8700.49
HSL248.95º77.03%29.02%-
HSV(B)248.95º87.02%51.37%-
XYZ4.962.3821.67-
YUV35.08182.13127.23-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.68%
GREEN value IS 17 (7.03% from 255) = 9.34%
BLUE value IS 131 (51.56% from 255) = 71.98%
R=18.68%
G=9.34%
B=71.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal34171310.740.8700.49248.9577.0329.02
Hex2211834A57031f94d1d
Octal422120311212706137111535
Binary100010100011000001110010101010111011000111111001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221183; }

 p { color: rgb(34,17,131); }

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

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

 a { background-color: rgb(34,17,131); }

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

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

 span { border-color: rgb(34,17,131); }

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