Html Css Color HEX #3412AB Ultramarine

📋 copy color: '#3412AB'

red 52 ◦ green 18 ◦ blue 171

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

Shades of Ultramarine #3412AB

Tints of Ultramarine #3412AB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.47%

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

R = 21.58%
G = 7.47%
B = 70.95%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3412AB (or 0x3412AB) is known color: Ultramarine. HEX triplet: 34, 12 and AB. RGB value is (52,18,171). Sum of RGB (Red+Green+Blue) = 52+18+171=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #3412AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3412AB is #CBED54. Grayscale: #2D2D2D. Windows color (decimal): -13364565 or 11211316. OLE color: 11211316.

HSL color Cylindrical-coordinate representation of color #3412AB: hue angle of 253.33º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3412AB is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 18 171 -
CMYK 0.70 0.89 0 0.33
HSL 253.33º 0.81% 0.37% -
HSV(B) 253.33º 0.89% 0.67% -
XYZ 8.98 4.1 38.85 -
YUV 45.61 198.76 132.56 -
System Red Green Blue C M Y K H S L
Decimal 52 18 171 0.70 0.89 0 0.33 253.33 0.81 0.37
Hex 34 12 AB 46 59 0 21 FD 51 25
Octal 64 22 253 106 131 0 41 375 121 45
Binary 110100 10010 10101011 1000110 1011001 0 100001 11111101 1010001 100101

Color Harmonies of #3412AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3412AB

Black with #3412AB

Text Example


Text Example

White with #3412AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,18,171); }

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

background-color css

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

 a { background-color: rgb(52,18,171); }

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

border-color css

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

 span { border-color: rgb(52,18,171); }

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