Html Css Color HEX #3428AC Persian Blue

📋 copy color: '#3428AC'

red 52 ◦ green 40 ◦ blue 172

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

Shades of Persian Blue #3428AC

Tints of Persian Blue #3428AC

RGB

 RED value IS 52 (20.7% from 255) = 19.7%

 GREEN value IS 40 (16.02% from 255) = 15.15%

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

R = 19.7%
G = 15.15%
B = 65.15%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3428AC (or 0x3428AC) is known color: Persian Blue. HEX triplet: 34, 28 and AC. RGB value is (52,40,172). Sum of RGB (Red+Green+Blue) = 52+40+172=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #3428AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3428AC is #CBD753. Grayscale: #3A3A3A. Windows color (decimal): -13358932 or 11282484. OLE color: 11282484.

HSL color Cylindrical-coordinate representation of color #3428AC: hue angle of 245.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3428AC is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 40 172 -
CMYK 0.70 0.77 0 0.33
HSL 245.45º 0.62% 0.42% -
HSV(B) 245.45º 0.77% 0.67% -
XYZ 9.62 5.23 39.53 -
YUV 58.64 191.98 123.27 -
System Red Green Blue C M Y K H S L
Decimal 52 40 172 0.70 0.77 0 0.33 245.45 0.62 0.42
Hex 34 28 AC 46 4D 0 21 F5 3E 2A
Octal 64 50 254 106 115 0 41 365 76 52
Binary 110100 101000 10101100 1000110 1001101 0 100001 11110101 111110 101010

Color Harmonies of #3428AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3428AC

Black with #3428AC

Text Example


Text Example

White with #3428AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,40,172); }

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

background-color css

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

 a { background-color: rgb(52,40,172); }

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

border-color css

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

 span { border-color: rgb(52,40,172); }

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