Html Css Color HEX #3526AC Persian Blue

📋 copy color: '#3526AC'

red 53 ◦ green 38 ◦ blue 172

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

Shades of Persian Blue #3526AC

Tints of Persian Blue #3526AC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.45%

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

R = 20.15%
G = 14.45%
B = 65.4%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3526AC (or 0x3526AC) is known color: Persian Blue. HEX triplet: 35, 26 and AC. RGB value is (53,38,172). Sum of RGB (Red+Green+Blue) = 53+38+172=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #3526AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3526AC is #CAD953. Grayscale: #393939. Windows color (decimal): -13293908 or 11281973. OLE color: 11281973.

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

Color convert

RGB 53 38 172 -
CMYK 0.69 0.78 0 0.33
HSL 246.72º 0.64% 0.41% -
HSV(B) 246.72º 0.78% 0.67% -
XYZ 9.61 5.12 39.51 -
YUV 57.76 192.47 124.6 -
System Red Green Blue C M Y K H S L
Decimal 53 38 172 0.69 0.78 0 0.33 246.72 0.64 0.41
Hex 35 26 AC 45 4E 0 21 F7 40 29
Octal 65 46 254 105 116 0 41 367 100 51
Binary 110101 100110 10101100 1000101 1001110 0 100001 11110111 1000000 101001

Color Harmonies of #3526AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3526AC

Black with #3526AC

Text Example


Text Example

White with #3526AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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