Html Css Color HEX #3411AD Ultramarine

📋 copy color: '#3411AD'

red 52 ◦ green 17 ◦ blue 173

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

Shades of Ultramarine #3411AD

Tints of Ultramarine #3411AD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.02%

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

R = 21.49%
G = 7.02%
B = 71.49%

CMYK

 C value IS 0.70

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3411AD (or 0x3411AD) is known color: Ultramarine. HEX triplet: 34, 11 and AD. RGB value is (52,17,173). Sum of RGB (Red+Green+Blue) = 52+17+173=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 173 (67.97% from 255 or 71.49% from 242); Max value from RGB is 173 - color contains mainly: blue. Hex color #3411AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3411AD is #CBEE52. Grayscale: #2C2C2C. Windows color (decimal): -13364819 or 11342132. OLE color: 11342132.

HSL color Cylindrical-coordinate representation of color #3411AD: hue angle of 253.46º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3411AD is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 17 173 -
CMYK 0.70 0.90 0 0.32
HSL 253.46º 0.82% 0.37% -
HSV(B) 253.46º 0.9% 0.68% -
XYZ 9.16 4.15 39.85 -
YUV 45.25 200.1 132.82 -
System Red Green Blue C M Y K H S L
Decimal 52 17 173 0.70 0.90 0 0.32 253.46 0.82 0.37
Hex 34 11 AD 46 5A 0 20 FD 52 25
Octal 64 21 255 106 132 0 40 375 122 45
Binary 110100 10001 10101101 1000110 1011010 0 100000 11111101 1010010 100101

Color Harmonies of #3411AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3411AD

Black with #3411AD

Text Example


Text Example

White with #3411AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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