Html Css Color HEX #2201AE Ultramarine

📋 copy color: '#2201AE'

red 34 ◦ green 1 ◦ blue 174

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

Shades of Ultramarine #2201AE

Tints of Ultramarine #2201AE

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 value IS 0.80

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2201AE (or 0x2201AE) is known color: 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

RGB 34 1 174 -
CMYK 0.80 0.99 0 0.32
HSL 251.45º 0.99% 0.34% -
HSV(B) 251.45º 0.99% 0.68% -
XYZ 8.31 3.42 40.27 -
YUV 30.59 208.93 130.43 -
System Red Green Blue C M Y K H S L
Decimal 34 1 174 0.80 0.99 0 0.32 251.45 0.99 0.34
Hex 22 1 AE 50 63 0 20 FB 63 22
Octal 42 1 256 120 143 0 40 373 143 42
Binary 100010 1 10101110 1010000 1100011 0 100000 11111011 1100011 100010

Color Harmonies of #2201AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2201AE

Black with #2201AE

Text Example


Text Example

White with #2201AE

Text Example


Text Example

HTML Codes & Css Web 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>