Html Css Color HEX #3533AD Persian Blue

📋 copy color: '#3533AD'

red 53 ◦ green 51 ◦ blue 173

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

Shades of Persian Blue #3533AD

Tints of Persian Blue #3533AD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.41%

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

R = 19.13%
G = 18.41%
B = 62.45%

CMYK

 C value IS 0.69

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3533AD (or 0x3533AD) is known color: Persian Blue. HEX triplet: 35, 33 and AD. RGB value is (53,51,173). Sum of RGB (Red+Green+Blue) = 53+51+173=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #3533AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3533AD is #CACC52. Grayscale: #414141. Windows color (decimal): -13290579 or 11350837. OLE color: 11350837.

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

Color convert

RGB 53 51 173 -
CMYK 0.69 0.71 0 0.32
HSL 240.98º 0.54% 0.44% -
HSV(B) 240.98º 0.71% 0.68% -
XYZ 10.19 6.14 40.18 -
YUV 65.51 188.66 119.08 -
System Red Green Blue C M Y K H S L
Decimal 53 51 173 0.69 0.71 0 0.32 240.98 0.54 0.44
Hex 35 33 AD 45 47 0 20 F1 36 2C
Octal 65 63 255 105 107 0 40 361 66 54
Binary 110101 110011 10101101 1000101 1000111 0 100000 11110001 110110 101100

Color Harmonies of #3533AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3533AD

Black with #3533AD

Text Example


Text Example

White with #3533AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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