Html Css Color HEX #321CAD Ultramarine

📋 copy color: '#321CAD'

red 50 ◦ green 28 ◦ blue 173

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

Shades of Ultramarine #321CAD

Tints of Ultramarine #321CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 68.92%

R = 19.92%
G = 11.16%
B = 68.92%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#321CAD (or 0x321CAD) is known color: Ultramarine. HEX triplet: 32, 1C and AD. RGB value is (50,28,173). Sum of RGB (Red+Green+Blue) = 50+28+173=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #321CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321CAD is #CDE352. Grayscale: #323232. Windows color (decimal): -13493075 or 11344946. OLE color: 11344946.

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

Color convert

RGB 50 28 173 -
CMYK 0.71 0.84 0 0.32
HSL 249.1º 0.72% 0.39% -
HSV(B) 249.1º 0.84% 0.68% -
XYZ 9.27 4.53 39.92 -
YUV 51.11 196.79 127.21 -
System Red Green Blue C M Y K H S L
Decimal 50 28 173 0.71 0.84 0 0.32 249.1 0.72 0.39
Hex 32 1C AD 47 54 0 20 F9 48 27
Octal 62 34 255 107 124 0 40 371 110 47
Binary 110010 11100 10101101 1000111 1010100 0 100000 11111001 1001000 100111

Color Harmonies of #321CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321CAD

Black with #321CAD

Text Example


Text Example

White with #321CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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