Html Css Color HEX #3503AD Ultramarine

📋 copy color: '#3503AD'

red 53 ◦ green 3 ◦ blue 173

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

Shades of Ultramarine #3503AD

Tints of Ultramarine #3503AD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.31%

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

R = 23.14%
G = 1.31%
B = 75.55%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3503AD (or 0x3503AD) is known color: Ultramarine. HEX triplet: 35, 03 and AD. RGB value is (53,3,173). Sum of RGB (Red+Green+Blue) = 53+3+173=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 173 (67.97% from 255 or 75.55% from 229); Max value from RGB is 173 - color contains mainly: blue. Hex color #3503AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3503AD is #CAFC52. Grayscale: #242424. Windows color (decimal): -13302867 or 11338549. OLE color: 11338549.

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

Color convert

RGB 53 3 173 -
CMYK 0.69 0.98 0 0.32
HSL 257.65º 0.97% 0.35% -
HSV(B) 257.65º 0.98% 0.68% -
XYZ 9.04 3.84 39.8 -
YUV 37.33 204.57 139.18 -
System Red Green Blue C M Y K H S L
Decimal 53 3 173 0.69 0.98 0 0.32 257.65 0.97 0.35
Hex 35 3 AD 45 62 0 20 102 61 23
Octal 65 3 255 105 142 0 40 402 141 43
Binary 110101 11 10101101 1000101 1100010 0 100000 100000010 1100001 100011

Color Harmonies of #3503AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3503AD

Black with #3503AD

Text Example


Text Example

White with #3503AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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