Html Css Color HEX #3534AB Persian Blue

📋 copy color: '#3534AB'

red 53 ◦ green 52 ◦ blue 171

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

Shades of Persian Blue #3534AB

Tints of Persian Blue #3534AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.96%

R = 19.2%
G = 18.84%
B = 61.96%

CMYK

 C value IS 0.69

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3534AB (or 0x3534AB) is known color: Persian Blue. HEX triplet: 35, 34 and AB. RGB value is (53,52,171). Sum of RGB (Red+Green+Blue) = 53+52+171=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #3534AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3534AB is #CACB54. Grayscale: #414141. Windows color (decimal): -13290325 or 11220021. OLE color: 11220021.

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

Color convert

RGB 53 52 171 -
CMYK 0.69 0.70 0 0.33
HSL 240.5º 0.53% 0.44% -
HSV(B) 240.5º 0.7% 0.67% -
XYZ 10.05 6.15 39.19 -
YUV 65.87 187.33 118.82 -
System Red Green Blue C M Y K H S L
Decimal 53 52 171 0.69 0.70 0 0.33 240.5 0.53 0.44
Hex 35 34 AB 45 46 0 21 F1 35 2C
Octal 65 64 253 105 106 0 41 361 65 54
Binary 110101 110100 10101011 1000101 1000110 0 100001 11110001 110101 101100

Color Harmonies of #3534AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3534AB

Black with #3534AB

Text Example


Text Example

White with #3534AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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