Html Css Color HEX #321AAA Ultramarine

📋 copy color: '#321AAA'

red 50 ◦ green 26 ◦ blue 170

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

Shades of Ultramarine #321AAA

Tints of Ultramarine #321AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 69.11%

R = 20.33%
G = 10.57%
B = 69.11%

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

#321AAA (or 0x321AAA) is known color: Ultramarine. HEX triplet: 32, 1A and AA. RGB value is (50,26,170). Sum of RGB (Red+Green+Blue) = 50+26+170=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #321AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321AAA is #CDE555. Grayscale: #313131. Windows color (decimal): -13493590 or 11147826. OLE color: 11147826.

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

Color convert

RGB 50 26 170 -
CMYK 0.71 0.85 0 0.33
HSL 250º 0.73% 0.38% -
HSV(B) 250º 0.85% 0.67% -
XYZ 8.94 4.32 38.39 -
YUV 49.59 195.95 128.29 -
System Red Green Blue C M Y K H S L
Decimal 50 26 170 0.71 0.85 0 0.33 250 0.73 0.38
Hex 32 1A AA 47 55 0 21 FA 49 26
Octal 62 32 252 107 125 0 41 372 111 46
Binary 110010 11010 10101010 1000111 1010101 0 100001 11111010 1001001 100110

Color Harmonies of #321AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321AAA

Black with #321AAA

Text Example


Text Example

White with #321AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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