Html Css Color HEX #3519AA Ultramarine

📋 copy color: '#3519AA'

red 53 ◦ green 25 ◦ blue 170

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

Shades of Ultramarine #3519AA

Tints of Ultramarine #3519AA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.08%

 BLUE value IS 170 (66.8% from 255) = 68.55%

R = 21.37%
G = 10.08%
B = 68.55%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3519AA (or 0x3519AA) is known color: Ultramarine. HEX triplet: 35, 19 and AA. RGB value is (53,25,170). Sum of RGB (Red+Green+Blue) = 53+25+170=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #3519AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3519AA is #CAE655. Grayscale: #313131. Windows color (decimal): -13297238 or 11147573. OLE color: 11147573.

HSL color Cylindrical-coordinate representation of color #3519AA: hue angle of 251.59º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3519AA is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 25 170 -
CMYK 0.69 0.85 0 0.33
HSL 251.59º 0.74% 0.38% -
HSV(B) 251.59º 0.85% 0.67% -
XYZ 9.07 4.35 38.39 -
YUV 49.9 195.78 130.21 -
System Red Green Blue C M Y K H S L
Decimal 53 25 170 0.69 0.85 0 0.33 251.59 0.74 0.38
Hex 35 19 AA 45 55 0 21 FC 4A 26
Octal 65 31 252 105 125 0 41 374 112 46
Binary 110101 11001 10101010 1000101 1010101 0 100001 11111100 1001010 100110

Color Harmonies of #3519AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3519AA

Black with #3519AA

Text Example


Text Example

White with #3519AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3519AA; }

 p { color: rgb(53,25,170); }

 H1.HeaderClassName
 {
   color: #3519AA;
 }
 .AnyTagClassName
 {
   color: #3519AA;
 }
</style>

background-color css

<style>
 a { background-color: #3519AA; }

 a { background-color: rgb(53,25,170); }

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

border-color css

<style>
 span { border-color: #3519AA; }

 span { border-color: rgb(53,25,170); }

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