Html Css Color HEX #3510AD Ultramarine

📋 copy color: '#3510AD'

red 53 ◦ green 16 ◦ blue 173

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

Shades of Ultramarine #3510AD

Tints of Ultramarine #3510AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.61%

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

R = 21.9%
G = 6.61%
B = 71.49%

CMYK

 C value IS 0.69

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3510AD (or 0x3510AD) is known color: Ultramarine. HEX triplet: 35, 10 and AD. RGB value is (53,16,173). Sum of RGB (Red+Green+Blue) = 53+16+173=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 173 (67.97% from 255 or 71.49% from 242); Max value from RGB is 173 - color contains mainly: blue. Hex color #3510AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3510AD is #CAEF52. Grayscale: #2C2C2C. Windows color (decimal): -13299539 or 11341877. OLE color: 11341877.

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

Color convert

RGB 53 16 173 -
CMYK 0.69 0.91 0 0.32
HSL 254.14º 0.83% 0.37% -
HSV(B) 254.14º 0.91% 0.68% -
XYZ 9.2 4.14 39.85 -
YUV 44.96 200.26 133.73 -
System Red Green Blue C M Y K H S L
Decimal 53 16 173 0.69 0.91 0 0.32 254.14 0.83 0.37
Hex 35 10 AD 45 5B 0 20 FE 53 25
Octal 65 20 255 105 133 0 40 376 123 45
Binary 110101 10000 10101101 1000101 1011011 0 100000 11111110 1010011 100101

Color Harmonies of #3510AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3510AD

Black with #3510AD

Text Example


Text Example

White with #3510AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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