Html Css Color HEX #3533AA Persian Blue

📋 copy color: '#3533AA'

red 53 ◦ green 51 ◦ blue 170

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

Shades of Persian Blue #3533AA

Tints of Persian Blue #3533AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 62.04%

R = 19.34%
G = 18.61%
B = 62.04%

CMYK

 C value IS 0.69

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3533AA (or 0x3533AA) is known color: Persian Blue. HEX triplet: 35, 33 and AA. RGB value is (53,51,170). Sum of RGB (Red+Green+Blue) = 53+51+170=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #3533AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3533AA is #CACC55. Grayscale: #404040. Windows color (decimal): -13290582 or 11154229. OLE color: 11154229.

HSL color Cylindrical-coordinate representation of color #3533AA: hue angle of 241.01º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3533AA is Cyan = 0.69, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 51 170 -
CMYK 0.69 0.7 0 0.33
HSL 241.01º 0.54% 0.43% -
HSV(B) 241.01º 0.7% 0.67% -
XYZ 9.91 6.03 38.67 -
YUV 65.16 187.16 119.32 -
System Red Green Blue C M Y K H S L
Decimal 53 51 170 0.69 0.7 0 0.33 241.01 0.54 0.43
Hex 35 33 AA 45 46 0 21 F1 36 2B
Octal 65 63 252 105 106 0 41 361 66 53
Binary 110101 110011 10101010 1000101 1000110 0 100001 11110001 110110 101011

Color Harmonies of #3533AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3533AA

Black with #3533AA

Text Example


Text Example

White with #3533AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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