Html Css Color HEX #3219AF Ultramarine

📋 copy color: '#3219AF'

red 50 ◦ green 25 ◦ blue 175

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

Shades of Ultramarine #3219AF

Tints of Ultramarine #3219AF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10%

 BLUE value IS 175 (68.75% from 255) = 70%

R = 20%
G = 10%
B = 70%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3219AF (or 0x3219AF) is known color: Ultramarine. HEX triplet: 32, 19 and AF. RGB value is (50,25,175). Sum of RGB (Red+Green+Blue) = 50+25+175=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 175 (68.75% from 255 or 70% from 250); Max value from RGB is 175 - color contains mainly: blue. Hex color #3219AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3219AF is #CDE650. Grayscale: #313131. Windows color (decimal): -13493841 or 11475250. OLE color: 11475250.

HSL color Cylindrical-coordinate representation of color #3219AF: hue angle of 250º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3219AF is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 25 175 -
CMYK 0.71 0.86 0 0.31
HSL 250º 0.75% 0.39% -
HSV(B) 250º 0.86% 0.69% -
XYZ 9.4 4.47 40.92 -
YUV 49.58 198.78 128.3 -
System Red Green Blue C M Y K H S L
Decimal 50 25 175 0.71 0.86 0 0.31 250 0.75 0.39
Hex 32 19 AF 47 56 0 1F FA 4B 27
Octal 62 31 257 107 126 0 37 372 113 47
Binary 110010 11001 10101111 1000111 1010110 0 11111 11111010 1001011 100111

Color Harmonies of #3219AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3219AF

Black with #3219AF

Text Example


Text Example

White with #3219AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3219AF; }

 p { color: rgb(50,25,175); }

 H1.HeaderClassName
 {
   color: #3219AF;
 }
 .AnyTagClassName
 {
   color: #3219AF;
 }
</style>

background-color css

<style>
 a { background-color: #3219AF; }

 a { background-color: rgb(50,25,175); }

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

border-color css

<style>
 span { border-color: #3219AF; }

 span { border-color: rgb(50,25,175); }

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