#221693

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

Shades of Ultramarine #221693

Tints of Ultramarine #221693

Color information

#221693 (or 0x221693) is unknown color: approx Ultramarine. HEX triplet: 22, 16 and 93. RGB value is (34,22,147). Sum of RGB (Red+Green+Blue) = 34+22+147=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 147 (57.81% from 255 or 72.41% from 203); Max value from RGB is 147 - color contains mainly: blue. Hex color #221693 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221693 is #DDE96C. Grayscale: #272727. Windows color (decimal): -14543213 or 9639458. OLE color: 9639458.

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

Color convert

RGB3422147-
CMYK0.770.8500.42
HSL245.76º73.96%33.14%-
HSV(B)245.76º85.03%57.65%-
XYZ6.213.0227.86-
YUV39.84188.48123.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.75%
GREEN value IS 22 (8.98% from 255) = 10.84%
BLUE value IS 147 (57.81% from 255) = 72.41%
R=16.75%
G=10.84%
B=72.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34221470.770.8500.42245.7673.9633.14
Hex2216934D5502Af64a21
Octal422622311512505236611241
Binary1000101011010010011100110110101010101010111101101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221693; }

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

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

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

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

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

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

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

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