Html Css Color HEX #3412AC Ultramarine

📋 copy color: '#3412AC'

red 52 ◦ green 18 ◦ blue 172

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

Shades of Ultramarine #3412AC

Tints of Ultramarine #3412AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 71.07%

R = 21.49%
G = 7.44%
B = 71.07%

CMYK

 C value IS 0.70

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3412AC (or 0x3412AC) is known color: Ultramarine. HEX triplet: 34, 12 and AC. RGB value is (52,18,172). Sum of RGB (Red+Green+Blue) = 52+18+172=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 172 (67.58% from 255 or 71.07% from 242); Max value from RGB is 172 - color contains mainly: blue. Hex color #3412AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3412AC is #CBED53. Grayscale: #2D2D2D. Windows color (decimal): -13364564 or 11276852. OLE color: 11276852.

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

Color convert

RGB 52 18 172 -
CMYK 0.70 0.90 0 0.33
HSL 253.25º 0.81% 0.37% -
HSV(B) 253.25º 0.9% 0.67% -
XYZ 9.08 4.14 39.35 -
YUV 45.72 199.26 132.48 -
System Red Green Blue C M Y K H S L
Decimal 52 18 172 0.70 0.90 0 0.33 253.25 0.81 0.37
Hex 34 12 AC 46 5A 0 21 FD 51 25
Octal 64 22 254 106 132 0 41 375 121 45
Binary 110100 10010 10101100 1000110 1011010 0 100001 11111101 1010001 100101

Color Harmonies of #3412AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3412AC

Black with #3412AC

Text Example


Text Example

White with #3412AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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