Html Css Color HEX #3512A9 Ultramarine

📋 copy color: '#3512A9'

red 53 ◦ green 18 ◦ blue 169

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

Shades of Ultramarine #3512A9

Tints of Ultramarine #3512A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 70.42%

R = 22.08%
G = 7.5%
B = 70.42%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#3512A9 (or 0x3512A9) is known color: Ultramarine. HEX triplet: 35, 12 and A9. RGB value is (53,18,169). Sum of RGB (Red+Green+Blue) = 53+18+169=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 169 (66.41% from 255 or 70.42% from 240); Max value from RGB is 169 - color contains mainly: blue. Hex color #3512A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3512A9 is #CAED56. Grayscale: #2D2D2D. Windows color (decimal): -13299031 or 11080245. OLE color: 11080245.

HSL color Cylindrical-coordinate representation of color #3512A9: hue angle of 253.91º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3512A9 is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 53 18 169 -
CMYK 0.69 0.89 0 0.34
HSL 253.91º 0.81% 0.37% -
HSV(B) 253.91º 0.89% 0.66% -
XYZ 8.85 4.05 37.85 -
YUV 45.68 197.6 133.22 -
System Red Green Blue C M Y K H S L
Decimal 53 18 169 0.69 0.89 0 0.34 253.91 0.81 0.37
Hex 35 12 A9 45 59 0 22 FE 51 25
Octal 65 22 251 105 131 0 42 376 121 45
Binary 110101 10010 10101001 1000101 1011001 0 100010 11111110 1010001 100101

Color Harmonies of #3512A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3512A9

Black with #3512A9

Text Example


Text Example

White with #3512A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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