#221695

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

Shades of Ultramarine #221695

Tints of Ultramarine #221695

Color information

#221695 (or 0x221695) is unknown color: approx Ultramarine. HEX triplet: 22, 16 and 95. RGB value is (34,22,149). Sum of RGB (Red+Green+Blue) = 34+22+149=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 149 (58.59% from 255 or 72.68% from 205); Max value from RGB is 149 - color contains mainly: blue. Hex color #221695 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221695 is #DDE96A. Grayscale: #272727. Windows color (decimal): -14543211 or 9770530. OLE color: 9770530.

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

Color convert

RGB3422149-
CMYK0.770.8500.42
HSL245.67º74.27%33.53%-
HSV(B)245.67º85.23%58.43%-
XYZ6.373.0828.69-
YUV40.07189.48123.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.59%
GREEN value IS 22 (8.98% from 255) = 10.73%
BLUE value IS 149 (58.59% from 255) = 72.68%
R=16.59%
G=10.73%
B=72.68%

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
Decimal34221490.770.8500.42245.6774.2733.53
Hex2216954D5502Af64a22
Octal422622511512505236611242
Binary1000101011010010101100110110101010101010111101101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221695; }

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

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

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

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

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

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

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

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