Html Css Color HEX #3540AC Persian Blue

📋 copy color: '#3540AC'

red 53 ◦ green 64 ◦ blue 172

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

Shades of Persian Blue #3540AC

Tints of Persian Blue #3540AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.15%

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

R = 18.34%
G = 22.15%
B = 59.52%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3540AC (or 0x3540AC) is known color: Persian Blue. HEX triplet: 35, 40 and AC. RGB value is (53,64,172). Sum of RGB (Red+Green+Blue) = 53+64+172=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #3540AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3540AC is #CABF53. Grayscale: #484848. Windows color (decimal): -13287252 or 11288629. OLE color: 11288629.

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

Color convert

RGB 53 64 172 -
CMYK 0.69 0.63 0 0.33
HSL 234.45º 0.53% 0.44% -
HSV(B) 234.45º 0.69% 0.67% -
XYZ 10.75 7.4 39.89 -
YUV 73.02 183.86 113.72 -
System Red Green Blue C M Y K H S L
Decimal 53 64 172 0.69 0.63 0 0.33 234.45 0.53 0.44
Hex 35 40 AC 45 3F 0 21 EA 35 2C
Octal 65 100 254 105 77 0 41 352 65 54
Binary 110101 1000000 10101100 1000101 111111 0 100001 11101010 110101 101100

Color Harmonies of #3540AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3540AC

Black with #3540AC

Text Example


Text Example

White with #3540AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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