Html Css Color HEX #321AAB Ultramarine

📋 copy color: '#321AAB'

red 50 ◦ green 26 ◦ blue 171

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

Shades of Ultramarine #321AAB

Tints of Ultramarine #321AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 69.23%

R = 20.24%
G = 10.53%
B = 69.23%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#321AAB (or 0x321AAB) is known color: Ultramarine. HEX triplet: 32, 1A and AB. RGB value is (50,26,171). Sum of RGB (Red+Green+Blue) = 50+26+171=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #321AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321AAB is #CDE554. Grayscale: #313131. Windows color (decimal): -13493589 or 11213362. OLE color: 11213362.

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

Color convert

RGB 50 26 171 -
CMYK 0.71 0.85 0 0.33
HSL 249.93º 0.74% 0.39% -
HSV(B) 249.93º 0.85% 0.67% -
XYZ 9.04 4.36 38.89 -
YUV 49.71 196.45 128.21 -
System Red Green Blue C M Y K H S L
Decimal 50 26 171 0.71 0.85 0 0.33 249.93 0.74 0.39
Hex 32 1A AB 47 55 0 21 FA 4A 27
Octal 62 32 253 107 125 0 41 372 112 47
Binary 110010 11010 10101011 1000111 1010101 0 100001 11111010 1001010 100111

Color Harmonies of #321AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321AAB

Black with #321AAB

Text Example


Text Example

White with #321AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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