Html Css Color HEX #320EAD Ultramarine

📋 copy color: '#320EAD'

red 50 ◦ green 14 ◦ blue 173

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

Shades of Ultramarine #320EAD

Tints of Ultramarine #320EAD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.91%

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

R = 21.1%
G = 5.91%
B = 73%

CMYK

 C value IS 0.71

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#320EAD (or 0x320EAD) is known color: Ultramarine. HEX triplet: 32, 0E and AD. RGB value is (50,14,173). Sum of RGB (Red+Green+Blue) = 50+14+173=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 173 (67.97% from 255 or 73.00% from 237); Max value from RGB is 173 - color contains mainly: blue. Hex color #320EAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320EAD is #CDF152. Grayscale: #2A2A2A. Windows color (decimal): -13496659 or 11341362. OLE color: 11341362.

HSL color Cylindrical-coordinate representation of color #320EAD: hue angle of 253.58º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #320EAD is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 14 173 -
CMYK 0.71 0.92 0 0.32
HSL 253.58º 0.85% 0.37% -
HSV(B) 253.58º 0.92% 0.68% -
XYZ 9.02 4.01 39.83 -
YUV 42.89 201.43 133.07 -
System Red Green Blue C M Y K H S L
Decimal 50 14 173 0.71 0.92 0 0.32 253.58 0.85 0.37
Hex 32 E AD 47 5C 0 20 FE 55 25
Octal 62 16 255 107 134 0 40 376 125 45
Binary 110010 1110 10101101 1000111 1011100 0 100000 11111110 1010101 100101

Color Harmonies of #320EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320EAD

Black with #320EAD

Text Example


Text Example

White with #320EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320EAD; }

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

 H1.HeaderClassName
 {
   color: #320EAD;
 }
 .AnyTagClassName
 {
   color: #320EAD;
 }
</style>

background-color css

<style>
 a { background-color: #320EAD; }

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

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

border-color css

<style>
 span { border-color: #320EAD; }

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

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