Html Css Color HEX #321AA9 Ultramarine

📋 copy color: '#321AA9'

red 50 ◦ green 26 ◦ blue 169

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

Shades of Ultramarine #321AA9

Tints of Ultramarine #321AA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 68.98%

R = 20.41%
G = 10.61%
B = 68.98%

CMYK

 C value IS 0.70

 M value IS 0.85

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#321AA9 (or 0x321AA9) is known color: Ultramarine. HEX triplet: 32, 1A and A9. RGB value is (50,26,169). Sum of RGB (Red+Green+Blue) = 50+26+169=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 169 (66.41% from 255 or 68.98% from 245); Max value from RGB is 169 - color contains mainly: blue. Hex color #321AA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321AA9 is #CDE556. Grayscale: #303030. Windows color (decimal): -13493591 or 11082290. OLE color: 11082290.

HSL color Cylindrical-coordinate representation of color #321AA9: hue angle of 250.07º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #321AA9 is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 50 26 169 -
CMYK 0.70 0.85 0 0.34
HSL 250.07º 0.73% 0.38% -
HSV(B) 250.07º 0.85% 0.66% -
XYZ 8.85 4.28 37.9 -
YUV 49.48 195.45 128.37 -
System Red Green Blue C M Y K H S L
Decimal 50 26 169 0.70 0.85 0 0.34 250.07 0.73 0.38
Hex 32 1A A9 46 55 0 22 FA 49 26
Octal 62 32 251 106 125 0 42 372 111 46
Binary 110010 11010 10101001 1000110 1010101 0 100010 11111010 1001001 100110

Color Harmonies of #321AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321AA9

Black with #321AA9

Text Example


Text Example

White with #321AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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