#2200A1

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

Shades of Ultramarine #2200A1

Tints of Ultramarine #2200A1

Color information

#2200A1 (or 0x2200A1) is unknown color: approx Ultramarine. HEX triplet: 22, 00 and A1. RGB value is (34,0,161). Sum of RGB (Red+Green+Blue) = 34+0+161=195 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.44% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 161 (63.28% from 255 or 82.56% from 195); Max value from RGB is 161 - color contains mainly: blue. Hex color #2200A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2200A1 is #DDFF5E. Grayscale: #1B1B1B. Windows color (decimal): -14548831 or 10551330. OLE color: 10551330.

HSL color Cylindrical-coordinate representation of color #2200A1: hue angle of 252.67º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2200A1 is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB340161-
CMYK0.79100.37
HSL252.67º100%31.57%-
HSV(B)252.67º100%63.14%-
XYZ7.092.9133.91-
YUV28.52202.76131.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 161 (63.28% from 255) = 82.56%
R=17.44%
G=0%
B=82.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal3401610.79100.37252.6710031.57
Hex220A14F64025fd6420
Octal42024111714404537514440
Binary100010010100001100111111001000100101111111011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2200A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2200A1; }

 p { color: rgb(34,0,161); }

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

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

 a { background-color: rgb(34,0,161); }

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

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

 span { border-color: rgb(34,0,161); }

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