Html Css Color HEX #3534AE Persian Blue

📋 copy color: '#3534AE'

red 53 ◦ green 52 ◦ blue 174

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

Shades of Persian Blue #3534AE

Tints of Persian Blue #3534AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 62.37%

R = 19%
G = 18.64%
B = 62.37%

CMYK

 C value IS 0.70

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3534AE (or 0x3534AE) is known color: Persian Blue. HEX triplet: 35, 34 and AE. RGB value is (53,52,174). Sum of RGB (Red+Green+Blue) = 53+52+174=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 174 (68.36% from 255 or 62.37% from 279); Max value from RGB is 174 - color contains mainly: blue. Hex color #3534AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3534AE is #CACB51. Grayscale: #414141. Windows color (decimal): -13290322 or 11416629. OLE color: 11416629.

HSL color Cylindrical-coordinate representation of color #3534AE: hue angle of 240.49º 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 #3534AE is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 52 174 -
CMYK 0.70 0.70 0 0.32
HSL 240.49º 0.54% 0.44% -
HSV(B) 240.49º 0.7% 0.68% -
XYZ 10.34 6.27 40.71 -
YUV 66.21 188.83 118.58 -
System Red Green Blue C M Y K H S L
Decimal 53 52 174 0.70 0.70 0 0.32 240.49 0.54 0.44
Hex 35 34 AE 46 46 0 20 F0 36 2C
Octal 65 64 256 106 106 0 40 360 66 54
Binary 110101 110100 10101110 1000110 1000110 0 100000 11110000 110110 101100

Color Harmonies of #3534AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3534AE

Black with #3534AE

Text Example


Text Example

White with #3534AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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