Html Css Color HEX #2201AA Ultramarine

📋 copy color: '#2201AA'

red 34 ◦ green 1 ◦ blue 170

#2201AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #2201AA

Tints of Ultramarine #2201AA

RGB

 RED value IS 34 (13.67% from 255) = 16.59%

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 170 (66.8% from 255) = 82.93%

R = 16.59%
G = 0.49%
B = 82.93%

CMYK

 C value IS 0.80

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2201AA (or 0x2201AA) is known color: Ultramarine. HEX triplet: 22, 01 and AA. RGB value is (34,1,170). Sum of RGB (Red+Green+Blue) = 34+1+170=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 170 (66.80% from 255 or 82.93% from 205); Max value from RGB is 170 - color contains mainly: blue. Hex color #2201AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2201AA is #DDFE55. Grayscale: #1D1D1D. Windows color (decimal): -14548566 or 11141410. OLE color: 11141410.

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

Color convert

RGB 34 1 170 -
CMYK 0.80 0.99 0 0.33
HSL 251.72º 0.99% 0.34% -
HSV(B) 251.72º 0.99% 0.67% -
XYZ 7.93 3.26 38.24 -
YUV 30.13 206.93 130.76 -
System Red Green Blue C M Y K H S L
Decimal 34 1 170 0.80 0.99 0 0.33 251.72 0.99 0.34
Hex 22 1 AA 50 63 0 21 FC 63 22
Octal 42 1 252 120 143 0 41 374 143 42
Binary 100010 1 10101010 1010000 1100011 0 100001 11111100 1100011 100010

Color Harmonies of #2201AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2201AA

Black with #2201AA

Text Example


Text Example

White with #2201AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2201AA;
 }
 .AnyTagClassName
 {
   color: #2201AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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