#221C93

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

Shades of Ultramarine #221C93

Tints of Ultramarine #221C93

Color information

#221C93 (or 0x221C93) is unknown color: approx Ultramarine. HEX triplet: 22, 1C and 93. RGB value is (34,28,147). Sum of RGB (Red+Green+Blue) = 34+28+147=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 147 (57.81% from 255 or 70.33% from 209); Max value from RGB is 147 - color contains mainly: blue. Hex color #221C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221C93 is #DDE36C. Grayscale: #2A2A2A. Windows color (decimal): -14541677 or 9640994. OLE color: 9640994.

HSL color Cylindrical-coordinate representation of color #221C93: hue angle of 243.03º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #221C93 is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3428147-
CMYK0.770.8100.42
HSL243.03º68%34.31%-
HSV(B)243.03º80.95%57.65%-
XYZ6.343.2827.9-
YUV43.36186.49121.32-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.27%
GREEN value IS 28 (11.33% from 255) = 13.40%
BLUE value IS 147 (57.81% from 255) = 70.33%
R=16.27%
G=13.40%
B=70.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34281470.770.8100.42243.036834.31
Hex221C934D5102Af34422
Octal423422311512105236310442
Binary1000101110010010011100110110100010101010111100111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221C93; }

 p { color: rgb(34,28,147); }

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

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

 a { background-color: rgb(34,28,147); }

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

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

 span { border-color: rgb(34,28,147); }

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