#221993

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

Shades of Ultramarine #221993

Tints of Ultramarine #221993

Color information

#221993 (or 0x221993) is unknown color: approx Ultramarine. HEX triplet: 22, 19 and 93. RGB value is (34,25,147). Sum of RGB (Red+Green+Blue) = 34+25+147=206 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.50% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 147 (57.81% from 255 or 71.36% from 206); Max value from RGB is 147 - color contains mainly: blue. Hex color #221993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221993 is #DDE66C. Grayscale: #292929. Windows color (decimal): -14542445 or 9640226. OLE color: 9640226.

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

Color convert

RGB3425147-
CMYK0.770.8300.42
HSL244.43º70.93%33.73%-
HSV(B)244.43º82.99%57.65%-
XYZ6.273.1427.88-
YUV41.6187.48122.58-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.50%
GREEN value IS 25 (10.16% from 255) = 12.14%
BLUE value IS 147 (57.81% from 255) = 71.36%
R=16.50%
G=12.14%
B=71.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34251470.770.8300.42244.4370.9333.73
Hex2219934D5302Af44722
Octal423122311512305236410742
Binary1000101100110010011100110110100110101010111101001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221993; }

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

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

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

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

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

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

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

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