Html Css Color HEX #3214AD Ultramarine

📋 copy color: '#3214AD'

red 50 ◦ green 20 ◦ blue 173

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

Shades of Ultramarine #3214AD

Tints of Ultramarine #3214AD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.23%

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

R = 20.58%
G = 8.23%
B = 71.19%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3214AD (or 0x3214AD) is known color: Ultramarine. HEX triplet: 32, 14 and AD. RGB value is (50,20,173). Sum of RGB (Red+Green+Blue) = 50+20+173=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 173 (67.97% from 255 or 71.19% from 243); Max value from RGB is 173 - color contains mainly: blue. Hex color #3214AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3214AD is #CDEB52. Grayscale: #2D2D2D. Windows color (decimal): -13495123 or 11342898. OLE color: 11342898.

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

Color convert

RGB 50 20 173 -
CMYK 0.71 0.88 0 0.32
HSL 251.76º 0.79% 0.38% -
HSV(B) 251.76º 0.88% 0.68% -
XYZ 9.11 4.2 39.86 -
YUV 46.41 199.44 130.56 -
System Red Green Blue C M Y K H S L
Decimal 50 20 173 0.71 0.88 0 0.32 251.76 0.79 0.38
Hex 32 14 AD 47 58 0 20 FC 4F 26
Octal 62 24 255 107 130 0 40 374 117 46
Binary 110010 10100 10101101 1000111 1011000 0 100000 11111100 1001111 100110

Color Harmonies of #3214AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3214AD

Black with #3214AD

Text Example


Text Example

White with #3214AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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