#221D95

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

Shades of Ultramarine #221D95

Tints of Ultramarine #221D95

Color information

#221D95 (or 0x221D95) is unknown color: approx Ultramarine. HEX triplet: 22, 1D and 95. RGB value is (34,29,149). Sum of RGB (Red+Green+Blue) = 34+29+149=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 149 (58.59% from 255 or 70.28% from 212); Max value from RGB is 149 - color contains mainly: blue. Hex color #221D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221D95 is #DDE26A. Grayscale: #2B2B2B. Windows color (decimal): -14541419 or 9772322. OLE color: 9772322.

HSL color Cylindrical-coordinate representation of color #221D95: hue angle of 242.5º degrees, saturation: 0.67, 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 #221D95 is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3429149-
CMYK0.770.8100.42
HSL242.5º67.42%34.9%-
HSV(B)242.5º80.54%58.43%-
XYZ6.523.3928.74-
YUV44.18187.16120.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.04%
GREEN value IS 29 (11.72% from 255) = 13.68%
BLUE value IS 149 (58.59% from 255) = 70.28%
R=16.04%
G=13.68%
B=70.28%

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
Decimal34291490.770.8100.42242.567.4234.9
Hex221D954D5102Af24323
Octal423522511512105236210343
Binary1000101110110010101100110110100010101010111100101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,29,149); }

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

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

 a { background-color: rgb(34,29,149); }

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

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

 span { border-color: rgb(34,29,149); }

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