Html Css Color HEX #321DAB Ultramarine

📋 copy color: '#321DAB'

red 50 ◦ green 29 ◦ blue 171

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

Shades of Ultramarine #321DAB

Tints of Ultramarine #321DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.6%

 BLUE value IS 171 (67.19% from 255) = 68.4%

R = 20%
G = 11.6%
B = 68.4%

CMYK

 C value IS 0.71

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#321DAB (or 0x321DAB) is known color: Ultramarine. HEX triplet: 32, 1D and AB. RGB value is (50,29,171). Sum of RGB (Red+Green+Blue) = 50+29+171=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #321DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321DAB is #CDE254. Grayscale: #323232. Windows color (decimal): -13492821 or 11214130. OLE color: 11214130.

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

Color convert

RGB 50 29 171 -
CMYK 0.71 0.83 0 0.33
HSL 248.87º 0.71% 0.39% -
HSV(B) 248.87º 0.83% 0.67% -
XYZ 9.11 4.5 38.92 -
YUV 51.47 195.46 126.95 -
System Red Green Blue C M Y K H S L
Decimal 50 29 171 0.71 0.83 0 0.33 248.87 0.71 0.39
Hex 32 1D AB 47 53 0 21 F9 47 27
Octal 62 35 253 107 123 0 41 371 107 47
Binary 110010 11101 10101011 1000111 1010011 0 100001 11111001 1000111 100111

Color Harmonies of #321DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321DAB

Black with #321DAB

Text Example


Text Example

White with #321DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,29,171); }

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

background-color css

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

 a { background-color: rgb(50,29,171); }

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

border-color css

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

 span { border-color: rgb(50,29,171); }

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