Html Css Color HEX #321CAC Ultramarine

📋 copy color: '#321CAC'

red 50 ◦ green 28 ◦ blue 172

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

Shades of Ultramarine #321CAC

Tints of Ultramarine #321CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.2%

 BLUE value IS 172 (67.58% from 255) = 68.8%

R = 20%
G = 11.2%
B = 68.8%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#321CAC (or 0x321CAC) is known color: Ultramarine. HEX triplet: 32, 1C and AC. RGB value is (50,28,172). Sum of RGB (Red+Green+Blue) = 50+28+172=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #321CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321CAC is #CDE353. Grayscale: #323232. Windows color (decimal): -13493076 or 11279410. OLE color: 11279410.

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

Color convert

RGB 50 28 172 -
CMYK 0.71 0.84 0 0.33
HSL 249.17º 0.72% 0.39% -
HSV(B) 249.17º 0.84% 0.67% -
XYZ 9.18 4.49 39.41 -
YUV 50.99 196.29 127.29 -
System Red Green Blue C M Y K H S L
Decimal 50 28 172 0.71 0.84 0 0.33 249.17 0.72 0.39
Hex 32 1C AC 47 54 0 21 F9 48 27
Octal 62 34 254 107 124 0 41 371 110 47
Binary 110010 11100 10101100 1000111 1010100 0 100001 11111001 1001000 100111

Color Harmonies of #321CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321CAC

Black with #321CAC

Text Example


Text Example

White with #321CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,28,172); }

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

background-color css

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

 a { background-color: rgb(50,28,172); }

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

border-color css

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

 span { border-color: rgb(50,28,172); }

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