Html Css Color HEX #321AAD Ultramarine

📋 copy color: '#321AAD'

red 50 ◦ green 26 ◦ blue 173

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

Shades of Ultramarine #321AAD

Tints of Ultramarine #321AAD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.44%

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

R = 20.08%
G = 10.44%
B = 69.48%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#321AAD (or 0x321AAD) is known color: Ultramarine. HEX triplet: 32, 1A and AD. RGB value is (50,26,173). Sum of RGB (Red+Green+Blue) = 50+26+173=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #321AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321AAD is #CDE552. Grayscale: #313131. Windows color (decimal): -13493587 or 11344434. OLE color: 11344434.

HSL color Cylindrical-coordinate representation of color #321AAD: hue angle of 249.8º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #321AAD is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 26 173 -
CMYK 0.71 0.85 0 0.32
HSL 249.8º 0.74% 0.39% -
HSV(B) 249.8º 0.85% 0.68% -
XYZ 9.23 4.43 39.9 -
YUV 49.93 197.45 128.05 -
System Red Green Blue C M Y K H S L
Decimal 50 26 173 0.71 0.85 0 0.32 249.8 0.74 0.39
Hex 32 1A AD 47 55 0 20 FA 4A 27
Octal 62 32 255 107 125 0 40 372 112 47
Binary 110010 11010 10101101 1000111 1010101 0 100000 11111010 1001010 100111

Color Harmonies of #321AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321AAD

Black with #321AAD

Text Example


Text Example

White with #321AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321AAD; }

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

 H1.HeaderClassName
 {
   color: #321AAD;
 }
 .AnyTagClassName
 {
   color: #321AAD;
 }
</style>

background-color css

<style>
 a { background-color: #321AAD; }

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

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

border-color css

<style>
 span { border-color: #321AAD; }

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

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