Html Css Color HEX #3523A5 Blue Gem

📋 copy color: '#3523A5'

red 53 ◦ green 35 ◦ blue 165

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

Shades of Blue Gem #3523A5

Tints of Blue Gem #3523A5

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.83%

 BLUE value IS 165 (64.84% from 255) = 65.22%

R = 20.95%
G = 13.83%
B = 65.22%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3523A5 (or 0x3523A5) is known color: Blue Gem. HEX triplet: 35, 23 and A5. RGB value is (53,35,165). Sum of RGB (Red+Green+Blue) = 53+35+165=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 165 (64.84% from 255 or 65.22% from 253); Max value from RGB is 165 - color contains mainly: blue. Hex color #3523A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3523A5 is #CADC5A. Grayscale: #363636. Windows color (decimal): -13294683 or 10822453. OLE color: 10822453.

HSL color Cylindrical-coordinate representation of color #3523A5: hue angle of 248.31º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3523A5 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 53 35 165 -
CMYK 0.68 0.79 0 0.35
HSL 248.31º 0.65% 0.39% -
HSV(B) 248.31º 0.79% 0.65% -
XYZ 8.86 4.68 36.03 -
YUV 55.2 189.96 126.43 -
System Red Green Blue C M Y K H S L
Decimal 53 35 165 0.68 0.79 0 0.35 248.31 0.65 0.39
Hex 35 23 A5 44 4F 0 23 F8 41 27
Octal 65 43 245 104 117 0 43 370 101 47
Binary 110101 100011 10100101 1000100 1001111 0 100011 11111000 1000001 100111

Color Harmonies of #3523A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3523A5

Black with #3523A5

Text Example


Text Example

White with #3523A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3523A5; }

 p { color: rgb(53,35,165); }

 H1.HeaderClassName
 {
   color: #3523A5;
 }
 .AnyTagClassName
 {
   color: #3523A5;
 }
</style>

background-color css

<style>
 a { background-color: #3523A5; }

 a { background-color: rgb(53,35,165); }

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

border-color css

<style>
 span { border-color: #3523A5; }

 span { border-color: rgb(53,35,165); }

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