Html Css Color HEX #3512AC Ultramarine

📋 copy color: '#3512AC'

red 53 ◦ green 18 ◦ blue 172

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

Shades of Ultramarine #3512AC

Tints of Ultramarine #3512AC

RGB

 RED value IS 53 (21.09% from 255) = 21.81%

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

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

R = 21.81%
G = 7.41%
B = 70.78%

CMYK

 C value IS 0.69

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3512AC (or 0x3512AC) is known color: Ultramarine. HEX triplet: 35, 12 and AC. RGB value is (53,18,172). Sum of RGB (Red+Green+Blue) = 53+18+172=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 172 (67.58% from 255 or 70.78% from 243); Max value from RGB is 172 - color contains mainly: blue. Hex color #3512AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3512AC is #CAED53. Grayscale: #2D2D2D. Windows color (decimal): -13299028 or 11276853. OLE color: 11276853.

HSL color Cylindrical-coordinate representation of color #3512AC: hue angle of 253.64º 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 #3512AC is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 18 172 -
CMYK 0.69 0.90 0 0.33
HSL 253.64º 0.81% 0.37% -
HSV(B) 253.64º 0.9% 0.67% -
XYZ 9.13 4.17 39.35 -
YUV 46.02 199.1 132.98 -
System Red Green Blue C M Y K H S L
Decimal 53 18 172 0.69 0.90 0 0.33 253.64 0.81 0.37
Hex 35 12 AC 45 5A 0 21 FE 51 25
Octal 65 22 254 105 132 0 41 376 121 45
Binary 110101 10010 10101100 1000101 1011010 0 100001 11111110 1010001 100101

Color Harmonies of #3512AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3512AC

Black with #3512AC

Text Example


Text Example

White with #3512AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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