Html Css Color HEX #3530AC Persian Blue

📋 copy color: '#3530AC'

red 53 ◦ green 48 ◦ blue 172

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

Shades of Persian Blue #3530AC

Tints of Persian Blue #3530AC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.58%

 BLUE value IS 172 (67.58% from 255) = 63%

R = 19.41%
G = 17.58%
B = 63%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3530AC (or 0x3530AC) is known color: Persian Blue. HEX triplet: 35, 30 and AC. RGB value is (53,48,172). Sum of RGB (Red+Green+Blue) = 53+48+172=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #3530AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3530AC is #CACF53. Grayscale: #3F3F3F. Windows color (decimal): -13291348 or 11284533. OLE color: 11284533.

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

Color convert

RGB 53 48 172 -
CMYK 0.69 0.72 0 0.33
HSL 242.42º 0.56% 0.43% -
HSV(B) 242.42º 0.72% 0.67% -
XYZ 9.97 5.85 39.63 -
YUV 63.63 189.16 120.42 -
System Red Green Blue C M Y K H S L
Decimal 53 48 172 0.69 0.72 0 0.33 242.42 0.56 0.43
Hex 35 30 AC 45 48 0 21 F2 38 2B
Octal 65 60 254 105 110 0 41 362 70 53
Binary 110101 110000 10101100 1000101 1001000 0 100001 11110010 111000 101011

Color Harmonies of #3530AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3530AC

Black with #3530AC

Text Example


Text Example

White with #3530AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3530AC; }

 p { color: rgb(53,48,172); }

 H1.HeaderClassName
 {
   color: #3530AC;
 }
 .AnyTagClassName
 {
   color: #3530AC;
 }
</style>

background-color css

<style>
 a { background-color: #3530AC; }

 a { background-color: rgb(53,48,172); }

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

border-color css

<style>
 span { border-color: #3530AC; }

 span { border-color: rgb(53,48,172); }

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