Html Css Color HEX #3521AB Blue Gem

📋 copy color: '#3521AB'

red 53 ◦ green 33 ◦ blue 171

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

Shades of Blue Gem #3521AB

Tints of Blue Gem #3521AB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.84%

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

R = 20.62%
G = 12.84%
B = 66.54%

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

#3521AB (or 0x3521AB) is known color: Blue Gem. HEX triplet: 35, 21 and AB. RGB value is (53,33,171). Sum of RGB (Red+Green+Blue) = 53+33+171=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #3521AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3521AB is #CADE54. Grayscale: #363636. Windows color (decimal): -13295189 or 11215157. OLE color: 11215157.

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

Color convert

RGB 53 33 171 -
CMYK 0.69 0.81 0 0.33
HSL 248.7º 0.68% 0.4% -
HSV(B) 248.7º 0.81% 0.67% -
XYZ 9.36 4.78 38.96 -
YUV 54.71 193.63 126.78 -
System Red Green Blue C M Y K H S L
Decimal 53 33 171 0.69 0.81 0 0.33 248.7 0.68 0.4
Hex 35 21 AB 45 51 0 21 F9 44 28
Octal 65 41 253 105 121 0 41 371 104 50
Binary 110101 100001 10101011 1000101 1010001 0 100001 11111001 1000100 101000

Color Harmonies of #3521AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3521AB

Black with #3521AB

Text Example


Text Example

White with #3521AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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