#2201AE

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

Shades of Ultramarine #2201AE

Tints of Ultramarine #2201AE

Color information

#2201AE (or 0x2201AE) is unknown color: approx Ultramarine. HEX triplet: 22, 01 and AE. RGB value is (34,1,174). Sum of RGB (Red+Green+Blue) = 34+1+174=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 174 (68.36% from 255 or 83.25% from 209); Max value from RGB is 174 - color contains mainly: blue. Hex color #2201AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2201AE is #DDFE51. Grayscale: #1D1D1D. Windows color (decimal): -14548562 or 11403554. OLE color: 11403554.

HSL color Cylindrical-coordinate representation of color #2201AE: hue angle of 251.45º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2201AE is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB341174-
CMYK0.800.9900.32
HSL251.45º98.86%34.31%-
HSV(B)251.45º99.43%68.24%-
XYZ8.313.4240.27-
YUV30.59208.93130.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.27%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 174 (68.36% from 255) = 83.25%
R=16.27%
G=0.48%
B=83.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3411740.800.9900.32251.4598.8634.31
Hex221AE5063020fb6322
Octal42125612014304037314342
Binary100010110101110101000011000110100000111110111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2201AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2201AE; }

 p { color: rgb(34,1,174); }

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

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

 a { background-color: rgb(34,1,174); }

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

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

 span { border-color: rgb(34,1,174); }

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