Html Css Color HEX #3531AD Persian Blue

📋 copy color: '#3531AD'

red 53 ◦ green 49 ◦ blue 173

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

Shades of Persian Blue #3531AD

Tints of Persian Blue #3531AD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.82%

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

R = 19.27%
G = 17.82%
B = 62.91%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3531AD (or 0x3531AD) is known color: Persian Blue. HEX triplet: 35, 31 and AD. RGB value is (53,49,173). Sum of RGB (Red+Green+Blue) = 53+49+173=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 173 (67.97% from 255 or 62.91% from 275); Max value from RGB is 173 - color contains mainly: blue. Hex color #3531AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3531AD is #CACE52. Grayscale: #3F3F3F. Windows color (decimal): -13291091 or 11350325. OLE color: 11350325.

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

Color convert

RGB 53 49 173 -
CMYK 0.69 0.72 0 0.32
HSL 241.94º 0.56% 0.44% -
HSV(B) 241.94º 0.72% 0.68% -
XYZ 10.11 5.97 40.15 -
YUV 64.33 189.33 119.92 -
System Red Green Blue C M Y K H S L
Decimal 53 49 173 0.69 0.72 0 0.32 241.94 0.56 0.44
Hex 35 31 AD 45 48 0 20 F2 38 2C
Octal 65 61 255 105 110 0 40 362 70 54
Binary 110101 110001 10101101 1000101 1001000 0 100000 11110010 111000 101100

Color Harmonies of #3531AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3531AD

Black with #3531AD

Text Example


Text Example

White with #3531AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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