Html Css Color HEX #2211AB Ultramarine

📋 copy color: '#2211AB'

red 34 ◦ green 17 ◦ blue 171

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

Shades of Ultramarine #2211AB

Tints of Ultramarine #2211AB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.66%

 BLUE value IS 171 (67.19% from 255) = 77.03%

R = 15.32%
G = 7.66%
B = 77.03%

CMYK

 C value IS 0.80

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2211AB (or 0x2211AB) is known color: Ultramarine. HEX triplet: 22, 11 and AB. RGB value is (34,17,171). Sum of RGB (Red+Green+Blue) = 34+17+171=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 171 (67.19% from 255 or 77.03% from 222); Max value from RGB is 171 - color contains mainly: blue. Hex color #2211AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2211AB is #DDEE54. Grayscale: #272727. Windows color (decimal): -14544469 or 11211042. OLE color: 11211042.

HSL color Cylindrical-coordinate representation of color #2211AB: hue angle of 246.62º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2211AB is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 34 17 171 -
CMYK 0.80 0.90 0 0.33
HSL 246.62º 0.82% 0.37% -
HSV(B) 246.62º 0.9% 0.67% -
XYZ 8.21 3.68 38.81 -
YUV 39.64 202.13 123.98 -
System Red Green Blue C M Y K H S L
Decimal 34 17 171 0.80 0.90 0 0.33 246.62 0.82 0.37
Hex 22 11 AB 50 5A 0 21 F7 52 25
Octal 42 21 253 120 132 0 41 367 122 45
Binary 100010 10001 10101011 1010000 1011010 0 100001 11110111 1010010 100101

Color Harmonies of #2211AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2211AB

Black with #2211AB

Text Example


Text Example

White with #2211AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2211AB; }

 p { color: rgb(34,17,171); }

 H1.HeaderClassName
 {
   color: #2211AB;
 }
 .AnyTagClassName
 {
   color: #2211AB;
 }
</style>

background-color css

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

 a { background-color: rgb(34,17,171); }

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

border-color css

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

 span { border-color: rgb(34,17,171); }

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