Html Css Color HEX #2211AE Ultramarine

📋 copy color: '#2211AE'

red 34 ◦ green 17 ◦ blue 174

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

Shades of Ultramarine #2211AE

Tints of Ultramarine #2211AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 77.33%

R = 15.11%
G = 7.56%
B = 77.33%

CMYK

 C value IS 0.80

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2211AE (or 0x2211AE) is known color: Ultramarine. HEX triplet: 22, 11 and AE. RGB value is (34,17,174). Sum of RGB (Red+Green+Blue) = 34+17+174=225 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.11% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 174 (68.36% from 255 or 77.33% from 225); Max value from RGB is 174 - color contains mainly: blue. Hex color #2211AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2211AE is #DDEE51. Grayscale: #272727. Windows color (decimal): -14544466 or 11407650. OLE color: 11407650.

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

Color convert

RGB 34 17 174 -
CMYK 0.80 0.90 0 0.32
HSL 246.5º 0.82% 0.37% -
HSV(B) 246.5º 0.9% 0.68% -
XYZ 8.5 3.8 40.33 -
YUV 39.98 203.63 123.73 -
System Red Green Blue C M Y K H S L
Decimal 34 17 174 0.80 0.90 0 0.32 246.5 0.82 0.37
Hex 22 11 AE 50 5A 0 20 F6 52 25
Octal 42 21 256 120 132 0 40 366 122 45
Binary 100010 10001 10101110 1010000 1011010 0 100000 11110110 1010010 100101

Color Harmonies of #2211AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2211AE

Black with #2211AE

Text Example


Text Example

White with #2211AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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