Html Css Color HEX #3219AA Ultramarine

📋 copy color: '#3219AA'

red 50 ◦ green 25 ◦ blue 170

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

Shades of Ultramarine #3219AA

Tints of Ultramarine #3219AA

RGB

 RED value IS 50 (19.92% from 255) = 20.41%

 GREEN value IS 25 (10.16% from 255) = 10.2%

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

R = 20.41%
G = 10.2%
B = 69.39%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3219AA (or 0x3219AA) is known color: Ultramarine. HEX triplet: 32, 19 and AA. RGB value is (50,25,170). Sum of RGB (Red+Green+Blue) = 50+25+170=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 170 (66.80% from 255 or 69.39% from 245); Max value from RGB is 170 - color contains mainly: blue. Hex color #3219AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3219AA is #CDE655. Grayscale: #303030. Windows color (decimal): -13493846 or 11147570. OLE color: 11147570.

HSL color Cylindrical-coordinate representation of color #3219AA: hue angle of 250.34º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3219AA is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 25 170 -
CMYK 0.71 0.85 0 0.33
HSL 250.34º 0.74% 0.38% -
HSV(B) 250.34º 0.85% 0.67% -
XYZ 8.92 4.28 38.39 -
YUV 49.01 196.28 128.71 -
System Red Green Blue C M Y K H S L
Decimal 50 25 170 0.71 0.85 0 0.33 250.34 0.74 0.38
Hex 32 19 AA 47 55 0 21 FA 4A 26
Octal 62 31 252 107 125 0 41 372 112 46
Binary 110010 11001 10101010 1000111 1010101 0 100001 11111010 1001010 100110

Color Harmonies of #3219AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3219AA

Black with #3219AA

Text Example


Text Example

White with #3219AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,25,170); }

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

background-color css

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

 a { background-color: rgb(50,25,170); }

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

border-color css

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

 span { border-color: rgb(50,25,170); }

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