Html Css Color HEX #321AA2 Ultramarine

📋 copy color: '#321AA2'

red 50 ◦ green 26 ◦ blue 162

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

Shades of Ultramarine #321AA2

Tints of Ultramarine #321AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 68.07%

R = 21.01%
G = 10.92%
B = 68.07%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#321AA2 (or 0x321AA2) is known color: Ultramarine. HEX triplet: 32, 1A and A2. RGB value is (50,26,162). Sum of RGB (Red+Green+Blue) = 50+26+162=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 162 (63.67% from 255 or 68.07% from 238); Max value from RGB is 162 - color contains mainly: blue. Hex color #321AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321AA2 is #CDE55D. Grayscale: #303030. Windows color (decimal): -13493598 or 10623538. OLE color: 10623538.

HSL color Cylindrical-coordinate representation of color #321AA2: hue angle of 250.59º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #321AA2 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 50 26 162 -
CMYK 0.69 0.84 0 0.36
HSL 250.59º 0.72% 0.37% -
HSV(B) 250.59º 0.84% 0.64% -
XYZ 8.21 4.03 34.53 -
YUV 48.68 191.95 128.94 -
System Red Green Blue C M Y K H S L
Decimal 50 26 162 0.69 0.84 0 0.36 250.59 0.72 0.37
Hex 32 1A A2 45 54 0 24 FB 48 25
Octal 62 32 242 105 124 0 44 373 110 45
Binary 110010 11010 10100010 1000101 1010100 0 100100 11111011 1001000 100101

Color Harmonies of #321AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321AA2

Black with #321AA2

Text Example


Text Example

White with #321AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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