Html Css Color HEX #3213AE Ultramarine

📋 copy color: '#3213AE'

red 50 ◦ green 19 ◦ blue 174

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

Shades of Ultramarine #3213AE

Tints of Ultramarine #3213AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 71.6%

R = 20.58%
G = 7.82%
B = 71.6%

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

#3213AE (or 0x3213AE) is known color: Ultramarine. HEX triplet: 32, 13 and AE. RGB value is (50,19,174). Sum of RGB (Red+Green+Blue) = 50+19+174=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 174 (68.36% from 255 or 71.60% from 243); Max value from RGB is 174 - color contains mainly: blue. Hex color #3213AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3213AE is #CDEC51. Grayscale: #2D2D2D. Windows color (decimal): -13495378 or 11408178. OLE color: 11408178.

HSL color Cylindrical-coordinate representation of color #3213AE: hue angle of 252º 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 #3213AE is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 19 174 -
CMYK 0.71 0.89 0 0.32
HSL 252º 0.8% 0.38% -
HSV(B) 252º 0.89% 0.68% -
XYZ 9.19 4.2 40.37 -
YUV 45.94 200.27 130.9 -
System Red Green Blue C M Y K H S L
Decimal 50 19 174 0.71 0.89 0 0.32 252 0.8 0.38
Hex 32 13 AE 47 59 0 20 FC 50 26
Octal 62 23 256 107 131 0 40 374 120 46
Binary 110010 10011 10101110 1000111 1011001 0 100000 11111100 1010000 100110

Color Harmonies of #3213AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3213AE

Black with #3213AE

Text Example


Text Example

White with #3213AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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