Html Css Color HEX #3213AA Ultramarine

📋 copy color: '#3213AA'

red 50 ◦ green 19 ◦ blue 170

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

Shades of Ultramarine #3213AA

Tints of Ultramarine #3213AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.95%

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

R = 20.92%
G = 7.95%
B = 71.13%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3213AA (or 0x3213AA) is known color: Ultramarine. HEX triplet: 32, 13 and AA. RGB value is (50,19,170). Sum of RGB (Red+Green+Blue) = 50+19+170=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 170 (66.80% from 255 or 71.13% from 239); Max value from RGB is 170 - color contains mainly: blue. Hex color #3213AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3213AA is #CDEC55. Grayscale: #2C2C2C. Windows color (decimal): -13495382 or 11146034. OLE color: 11146034.

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

Color convert

RGB 50 19 170 -
CMYK 0.71 0.89 0 0.33
HSL 252.32º 0.8% 0.37% -
HSV(B) 252.32º 0.89% 0.67% -
XYZ 8.8 4.05 38.35 -
YUV 45.48 198.27 131.22 -
System Red Green Blue C M Y K H S L
Decimal 50 19 170 0.71 0.89 0 0.33 252.32 0.8 0.37
Hex 32 13 AA 47 59 0 21 FC 50 25
Octal 62 23 252 107 131 0 41 374 120 45
Binary 110010 10011 10101010 1000111 1011001 0 100001 11111100 1010000 100101

Color Harmonies of #3213AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3213AA

Black with #3213AA

Text Example


Text Example

White with #3213AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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