Html Css Color HEX #3413AD Ultramarine

📋 copy color: '#3413AD'

red 52 ◦ green 19 ◦ blue 173

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

Shades of Ultramarine #3413AD

Tints of Ultramarine #3413AD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.79%

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

R = 21.31%
G = 7.79%
B = 70.9%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3413AD (or 0x3413AD) is known color: Ultramarine. HEX triplet: 34, 13 and AD. RGB value is (52,19,173). Sum of RGB (Red+Green+Blue) = 52+19+173=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 173 (67.97% from 255 or 70.90% from 244); Max value from RGB is 173 - color contains mainly: blue. Hex color #3413AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3413AD is #CBEC52. Grayscale: #2D2D2D. Windows color (decimal): -13364307 or 11342644. OLE color: 11342644.

HSL color Cylindrical-coordinate representation of color #3413AD: hue angle of 252.86º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3413AD is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 19 173 -
CMYK 0.70 0.89 0 0.32
HSL 252.86º 0.8% 0.38% -
HSV(B) 252.86º 0.89% 0.68% -
XYZ 9.19 4.21 39.86 -
YUV 46.42 199.43 131.98 -
System Red Green Blue C M Y K H S L
Decimal 52 19 173 0.70 0.89 0 0.32 252.86 0.8 0.38
Hex 34 13 AD 46 59 0 20 FD 50 26
Octal 64 23 255 106 131 0 40 375 120 46
Binary 110100 10011 10101101 1000110 1011001 0 100000 11111101 1010000 100110

Color Harmonies of #3413AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3413AD

Black with #3413AD

Text Example


Text Example

White with #3413AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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