Html Css Color HEX #3519AB Ultramarine

📋 copy color: '#3519AB'

red 53 ◦ green 25 ◦ blue 171

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

Shades of Ultramarine #3519AB

Tints of Ultramarine #3519AB

RGB

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

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

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

R = 21.29%
G = 10.04%
B = 68.67%

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

#3519AB (or 0x3519AB) is known color: Ultramarine. HEX triplet: 35, 19 and AB. RGB value is (53,25,171). Sum of RGB (Red+Green+Blue) = 53+25+171=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #3519AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3519AB is #CAE654. Grayscale: #313131. Windows color (decimal): -13297237 or 11213109. OLE color: 11213109.

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

Color convert

RGB 53 25 171 -
CMYK 0.69 0.85 0 0.33
HSL 251.51º 0.74% 0.38% -
HSV(B) 251.51º 0.85% 0.67% -
XYZ 9.17 4.39 38.89 -
YUV 50.02 196.28 130.13 -
System Red Green Blue C M Y K H S L
Decimal 53 25 171 0.69 0.85 0 0.33 251.51 0.74 0.38
Hex 35 19 AB 45 55 0 21 FC 4A 26
Octal 65 31 253 105 125 0 41 374 112 46
Binary 110101 11001 10101011 1000101 1010101 0 100001 11111100 1001010 100110

Color Harmonies of #3519AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3519AB

Black with #3519AB

Text Example


Text Example

White with #3519AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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