#221590

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

Shades of Ultramarine #221590

Tints of Ultramarine #221590

Color information

#221590 (or 0x221590) is unknown color: approx Ultramarine. HEX triplet: 22, 15 and 90. RGB value is (34,21,144). Sum of RGB (Red+Green+Blue) = 34+21+144=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 144 (56.64% from 255 or 72.36% from 199); Max value from RGB is 144 - color contains mainly: blue. Hex color #221590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221590 is #DDEA6F. Grayscale: #262626. Windows color (decimal): -14543472 or 9442594. OLE color: 9442594.

HSL color Cylindrical-coordinate representation of color #221590: hue angle of 246.34º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #221590 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3421144-
CMYK0.760.8500.44
HSL246.34º74.55%32.35%-
HSV(B)246.34º85.42%56.47%-
XYZ5.962.8926.63-
YUV38.91187.31124.5-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.09%
GREEN value IS 21 (8.59% from 255) = 10.55%
BLUE value IS 144 (56.64% from 255) = 72.36%
R=17.09%
G=10.55%
B=72.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal34211440.760.8500.44246.3474.5532.35
Hex2215904C5502Cf64b20
Octal422522011412505436611340
Binary1000101010110010000100110010101010101100111101101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221590; }

 p { color: rgb(34,21,144); }

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

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

 a { background-color: rgb(34,21,144); }

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

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

 span { border-color: rgb(34,21,144); }

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