Html Css Color HEX #3520AB Blue Gem

📋 copy color: '#3520AB'

red 53 ◦ green 32 ◦ blue 171

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

Shades of Blue Gem #3520AB

Tints of Blue Gem #3520AB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.5%

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

R = 20.7%
G = 12.5%
B = 66.8%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3520AB (or 0x3520AB) is known color: Blue Gem. HEX triplet: 35, 20 and AB. RGB value is (53,32,171). Sum of RGB (Red+Green+Blue) = 53+32+171=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #3520AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3520AB is #CADF54. Grayscale: #353535. Windows color (decimal): -13295445 or 11214901. OLE color: 11214901.

HSL color Cylindrical-coordinate representation of color #3520AB: hue angle of 249.06º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3520AB is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 32 171 -
CMYK 0.69 0.81 0 0.33
HSL 249.06º 0.68% 0.4% -
HSV(B) 249.06º 0.81% 0.67% -
XYZ 9.34 4.73 38.95 -
YUV 54.13 193.96 127.2 -
System Red Green Blue C M Y K H S L
Decimal 53 32 171 0.69 0.81 0 0.33 249.06 0.68 0.4
Hex 35 20 AB 45 51 0 21 F9 44 28
Octal 65 40 253 105 121 0 41 371 104 50
Binary 110101 100000 10101011 1000101 1010001 0 100001 11111001 1000100 101000

Color Harmonies of #3520AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3520AB

Black with #3520AB

Text Example


Text Example

White with #3520AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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