Html Css Color HEX #3218AD Ultramarine

📋 copy color: '#3218AD'

red 50 ◦ green 24 ◦ blue 173

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

Shades of Ultramarine #3218AD

Tints of Ultramarine #3218AD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.72%

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

R = 20.24%
G = 9.72%
B = 70.04%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3218AD (or 0x3218AD) is known color: Ultramarine. HEX triplet: 32, 18 and AD. RGB value is (50,24,173). Sum of RGB (Red+Green+Blue) = 50+24+173=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #3218AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3218AD is #CDE752. Grayscale: #303030. Windows color (decimal): -13494099 or 11343922. OLE color: 11343922.

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

Color convert

RGB 50 24 173 -
CMYK 0.71 0.86 0 0.32
HSL 250.47º 0.76% 0.39% -
HSV(B) 250.47º 0.86% 0.68% -
XYZ 9.18 4.35 39.89 -
YUV 48.76 198.11 128.88 -
System Red Green Blue C M Y K H S L
Decimal 50 24 173 0.71 0.86 0 0.32 250.47 0.76 0.39
Hex 32 18 AD 47 56 0 20 FA 4C 27
Octal 62 30 255 107 126 0 40 372 114 47
Binary 110010 11000 10101101 1000111 1010110 0 100000 11111010 1001100 100111

Color Harmonies of #3218AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3218AD

Black with #3218AD

Text Example


Text Example

White with #3218AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3218AD; }

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

 H1.HeaderClassName
 {
   color: #3218AD;
 }
 .AnyTagClassName
 {
   color: #3218AD;
 }
</style>

background-color css

<style>
 a { background-color: #3218AD; }

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

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

border-color css

<style>
 span { border-color: #3218AD; }

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

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