Html Css Color HEX #3213AD Ultramarine

📋 copy color: '#3213AD'

red 50 ◦ green 19 ◦ blue 173

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

Shades of Ultramarine #3213AD

Tints of Ultramarine #3213AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 71.49%

R = 20.66%
G = 7.85%
B = 71.49%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3213AD (or 0x3213AD) is known color: Ultramarine. HEX triplet: 32, 13 and AD. RGB value is (50,19,173). Sum of RGB (Red+Green+Blue) = 50+19+173=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 173 (67.97% from 255 or 71.49% from 242); Max value from RGB is 173 - color contains mainly: blue. Hex color #3213AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3213AD is #CDEC52. Grayscale: #2D2D2D. Windows color (decimal): -13495379 or 11342642. OLE color: 11342642.

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

Color convert

RGB 50 19 173 -
CMYK 0.71 0.89 0 0.32
HSL 252.08º 0.8% 0.38% -
HSV(B) 252.08º 0.89% 0.68% -
XYZ 9.09 4.16 39.86 -
YUV 45.83 199.77 130.98 -
System Red Green Blue C M Y K H S L
Decimal 50 19 173 0.71 0.89 0 0.32 252.08 0.8 0.38
Hex 32 13 AD 47 59 0 20 FC 50 26
Octal 62 23 255 107 131 0 40 374 120 46
Binary 110010 10011 10101101 1000111 1011001 0 100000 11111100 1010000 100110

Color Harmonies of #3213AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3213AD

Black with #3213AD

Text Example


Text Example

White with #3213AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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