#221C94

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

Shades of Ultramarine #221C94

Tints of Ultramarine #221C94

Color information

#221C94 (or 0x221C94) is unknown color: approx Ultramarine. HEX triplet: 22, 1C and 94. RGB value is (34,28,148). Sum of RGB (Red+Green+Blue) = 34+28+148=210 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.19% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 148 (58.20% from 255 or 70.48% from 210); Max value from RGB is 148 - color contains mainly: blue. Hex color #221C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221C94 is #DDE36B. Grayscale: #2B2B2B. Windows color (decimal): -14541676 or 9706530. OLE color: 9706530.

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

Color convert

RGB3428148-
CMYK0.770.8100.42
HSL243º68.18%34.51%-
HSV(B)243º81.08%58.04%-
XYZ6.423.3128.32-
YUV43.47186.99121.24-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.19%
GREEN value IS 28 (11.33% from 255) = 13.33%
BLUE value IS 148 (58.20% from 255) = 70.48%
R=16.19%
G=13.33%
B=70.48%

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
Decimal34281480.770.8100.4224368.1834.51
Hex221C944D5102Af34423
Octal423422411512105236310443
Binary1000101110010010100100110110100010101010111100111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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