Html Css Color HEX #3516AD Ultramarine

📋 copy color: '#3516AD'

red 53 ◦ green 22 ◦ blue 173

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

Shades of Ultramarine #3516AD

Tints of Ultramarine #3516AD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.87%

 BLUE value IS 173 (67.97% from 255) = 69.76%

R = 21.37%
G = 8.87%
B = 69.76%

CMYK

 C value IS 0.69

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3516AD (or 0x3516AD) is known color: Ultramarine. HEX triplet: 35, 16 and AD. RGB value is (53,22,173). Sum of RGB (Red+Green+Blue) = 53+22+173=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #3516AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3516AD is #CAE952. Grayscale: #2F2F2F. Windows color (decimal): -13298003 or 11343413. OLE color: 11343413.

HSL color Cylindrical-coordinate representation of color #3516AD: hue angle of 252.32º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3516AD is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 22 173 -
CMYK 0.69 0.87 0 0.32
HSL 252.32º 0.77% 0.38% -
HSV(B) 252.32º 0.87% 0.68% -
XYZ 9.3 4.35 39.88 -
YUV 48.48 198.27 131.22 -
System Red Green Blue C M Y K H S L
Decimal 53 22 173 0.69 0.87 0 0.32 252.32 0.77 0.38
Hex 35 16 AD 45 57 0 20 FC 4D 26
Octal 65 26 255 105 127 0 40 374 115 46
Binary 110101 10110 10101101 1000101 1010111 0 100000 11111100 1001101 100110

Color Harmonies of #3516AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3516AD

Black with #3516AD

Text Example


Text Example

White with #3516AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3516AD; }

 p { color: rgb(53,22,173); }

 H1.HeaderClassName
 {
   color: #3516AD;
 }
 .AnyTagClassName
 {
   color: #3516AD;
 }
</style>

background-color css

<style>
 a { background-color: #3516AD; }

 a { background-color: rgb(53,22,173); }

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

border-color css

<style>
 span { border-color: #3516AD; }

 span { border-color: rgb(53,22,173); }

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