Html Css Color HEX #320EAE Ultramarine

📋 copy color: '#320EAE'

red 50 ◦ green 14 ◦ blue 174

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

Shades of Ultramarine #320EAE

Tints of Ultramarine #320EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 73.11%

R = 21.01%
G = 5.88%
B = 73.11%

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

#320EAE (or 0x320EAE) is known color: Ultramarine. HEX triplet: 32, 0E and AE. RGB value is (50,14,174). Sum of RGB (Red+Green+Blue) = 50+14+174=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 174 (68.36% from 255 or 73.11% from 238); Max value from RGB is 174 - color contains mainly: blue. Hex color #320EAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320EAE is #CDF151. Grayscale: #2A2A2A. Windows color (decimal): -13496658 or 11406898. OLE color: 11406898.

HSL color Cylindrical-coordinate representation of color #320EAE: hue angle of 253.5º 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 #320EAE is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 14 174 -
CMYK 0.71 0.92 0 0.32
HSL 253.5º 0.85% 0.37% -
HSV(B) 253.5º 0.92% 0.68% -
XYZ 9.11 4.05 40.35 -
YUV 43 201.93 132.99 -
System Red Green Blue C M Y K H S L
Decimal 50 14 174 0.71 0.92 0 0.32 253.5 0.85 0.37
Hex 32 E AE 47 5C 0 20 FE 55 25
Octal 62 16 256 107 134 0 40 376 125 45
Binary 110010 1110 10101110 1000111 1011100 0 100000 11111110 1010101 100101

Color Harmonies of #320EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320EAE

Black with #320EAE

Text Example


Text Example

White with #320EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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