Html Css Color HEX #3419AD Ultramarine

📋 copy color: '#3419AD'

red 52 ◦ green 25 ◦ blue 173

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

Shades of Ultramarine #3419AD

Tints of Ultramarine #3419AD

RGB

 RED value IS 52 (20.7% from 255) = 20.8%

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

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

R = 20.8%
G = 10%
B = 69.2%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3419AD (or 0x3419AD) is known color: Ultramarine. HEX triplet: 34, 19 and AD. RGB value is (52,25,173). Sum of RGB (Red+Green+Blue) = 52+25+173=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #3419AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3419AD is #CBE652. Grayscale: #313131. Windows color (decimal): -13362771 or 11344180. OLE color: 11344180.

HSL color Cylindrical-coordinate representation of color #3419AD: hue angle of 250.95º degrees, saturation: 0.75, 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 #3419AD is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 25 173 -
CMYK 0.70 0.86 0 0.32
HSL 250.95º 0.75% 0.39% -
HSV(B) 250.95º 0.86% 0.68% -
XYZ 9.31 4.44 39.9 -
YUV 49.95 197.45 129.47 -
System Red Green Blue C M Y K H S L
Decimal 52 25 173 0.70 0.86 0 0.32 250.95 0.75 0.39
Hex 34 19 AD 46 56 0 20 FB 4B 27
Octal 64 31 255 106 126 0 40 373 113 47
Binary 110100 11001 10101101 1000110 1010110 0 100000 11111011 1001011 100111

Color Harmonies of #3419AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3419AD

Black with #3419AD

Text Example


Text Example

White with #3419AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,25,173); }

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

background-color css

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

 a { background-color: rgb(52,25,173); }

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

border-color css

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

 span { border-color: rgb(52,25,173); }

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