Html Css Color HEX #321EA2 Ultramarine

📋 copy color: '#321EA2'

red 50 ◦ green 30 ◦ blue 162

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

Shades of Ultramarine #321EA2

Tints of Ultramarine #321EA2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.4%

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

R = 20.66%
G = 12.4%
B = 66.94%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#321EA2 (or 0x321EA2) is known color: Ultramarine. HEX triplet: 32, 1E and A2. RGB value is (50,30,162). Sum of RGB (Red+Green+Blue) = 50+30+162=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 162 (63.67% from 255 or 66.94% from 242); Max value from RGB is 162 - color contains mainly: blue. Hex color #321EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321EA2 is #CDE15D. Grayscale: #323232. Windows color (decimal): -13492574 or 10624562. OLE color: 10624562.

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

Color convert

RGB 50 30 162 -
CMYK 0.69 0.81 0 0.36
HSL 249.09º 0.69% 0.38% -
HSV(B) 249.09º 0.81% 0.64% -
XYZ 8.3 4.22 34.56 -
YUV 51.03 190.63 127.27 -
System Red Green Blue C M Y K H S L
Decimal 50 30 162 0.69 0.81 0 0.36 249.09 0.69 0.38
Hex 32 1E A2 45 51 0 24 F9 45 26
Octal 62 36 242 105 121 0 44 371 105 46
Binary 110010 11110 10100010 1000101 1010001 0 100100 11111001 1000101 100110

Color Harmonies of #321EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321EA2

Black with #321EA2

Text Example


Text Example

White with #321EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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