Html Css Color HEX #3534AD Persian Blue

📋 copy color: '#3534AD'

red 53 ◦ green 52 ◦ blue 173

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

Shades of Persian Blue #3534AD

Tints of Persian Blue #3534AD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.71%

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

R = 19.06%
G = 18.71%
B = 62.23%

CMYK

 C value IS 0.69

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3534AD (or 0x3534AD) is known color: Persian Blue. HEX triplet: 35, 34 and AD. RGB value is (53,52,173). Sum of RGB (Red+Green+Blue) = 53+52+173=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #3534AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3534AD is #CACB52. Grayscale: #414141. Windows color (decimal): -13290323 or 11351093. OLE color: 11351093.

HSL color Cylindrical-coordinate representation of color #3534AD: hue angle of 240.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3534AD is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 52 173 -
CMYK 0.69 0.70 0 0.32
HSL 240.5º 0.54% 0.44% -
HSV(B) 240.5º 0.7% 0.68% -
XYZ 10.24 6.23 40.2 -
YUV 66.09 188.33 118.66 -
System Red Green Blue C M Y K H S L
Decimal 53 52 173 0.69 0.70 0 0.32 240.5 0.54 0.44
Hex 35 34 AD 45 46 0 20 F0 36 2C
Octal 65 64 255 105 106 0 40 360 66 54
Binary 110101 110100 10101101 1000101 1000110 0 100000 11110000 110110 101100

Color Harmonies of #3534AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3534AD

Black with #3534AD

Text Example


Text Example

White with #3534AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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