Html Css Color HEX #3213AF Ultramarine

📋 copy color: '#3213AF'

red 50 ◦ green 19 ◦ blue 175

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

Shades of Ultramarine #3213AF

Tints of Ultramarine #3213AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 71.72%

R = 20.49%
G = 7.79%
B = 71.72%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3213AF (or 0x3213AF) is known color: Ultramarine. HEX triplet: 32, 13 and AF. RGB value is (50,19,175). Sum of RGB (Red+Green+Blue) = 50+19+175=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 175 (68.75% from 255 or 71.72% from 244); Max value from RGB is 175 - color contains mainly: blue. Hex color #3213AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3213AF is #CDEC50. Grayscale: #2D2D2D. Windows color (decimal): -13495377 or 11473714. OLE color: 11473714.

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

Color convert

RGB 50 19 175 -
CMYK 0.71 0.89 0 0.31
HSL 251.92º 0.8% 0.38% -
HSV(B) 251.92º 0.89% 0.69% -
XYZ 9.29 4.24 40.89 -
YUV 46.05 200.77 130.82 -
System Red Green Blue C M Y K H S L
Decimal 50 19 175 0.71 0.89 0 0.31 251.92 0.8 0.38
Hex 32 13 AF 47 59 0 1F FC 50 26
Octal 62 23 257 107 131 0 37 374 120 46
Binary 110010 10011 10101111 1000111 1011001 0 11111 11111100 1010000 100110

Color Harmonies of #3213AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3213AF

Black with #3213AF

Text Example


Text Example

White with #3213AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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