Html Css Color HEX #3215AB Ultramarine

📋 copy color: '#3215AB'

red 50 ◦ green 21 ◦ blue 171

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

Shades of Ultramarine #3215AB

Tints of Ultramarine #3215AB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.68%

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

R = 20.66%
G = 8.68%
B = 70.66%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3215AB (or 0x3215AB) is known color: Ultramarine. HEX triplet: 32, 15 and AB. RGB value is (50,21,171). Sum of RGB (Red+Green+Blue) = 50+21+171=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 171 (67.19% from 255 or 70.66% from 242); Max value from RGB is 171 - color contains mainly: blue. Hex color #3215AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3215AB is #CDEA54. Grayscale: #2E2E2E. Windows color (decimal): -13494869 or 11212082. OLE color: 11212082.

HSL color Cylindrical-coordinate representation of color #3215AB: hue angle of 251.6º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3215AB is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 21 171 -
CMYK 0.71 0.88 0 0.33
HSL 251.6º 0.78% 0.38% -
HSV(B) 251.6º 0.88% 0.67% -
XYZ 8.93 4.15 38.86 -
YUV 46.77 198.11 130.3 -
System Red Green Blue C M Y K H S L
Decimal 50 21 171 0.71 0.88 0 0.33 251.6 0.78 0.38
Hex 32 15 AB 47 58 0 21 FC 4E 26
Octal 62 25 253 107 130 0 41 374 116 46
Binary 110010 10101 10101011 1000111 1011000 0 100001 11111100 1001110 100110

Color Harmonies of #3215AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3215AB

Black with #3215AB

Text Example


Text Example

White with #3215AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3215AB; }

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

 H1.HeaderClassName
 {
   color: #3215AB;
 }
 .AnyTagClassName
 {
   color: #3215AB;
 }
</style>

background-color css

<style>
 a { background-color: #3215AB; }

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

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

border-color css

<style>
 span { border-color: #3215AB; }

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

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