Html Css Color HEX #3428AD Persian Blue

📋 copy color: '#3428AD'

red 52 ◦ green 40 ◦ blue 173

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

Shades of Persian Blue #3428AD

Tints of Persian Blue #3428AD

RGB

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

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

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

R = 19.62%
G = 15.09%
B = 65.28%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3428AD (or 0x3428AD) is known color: Persian Blue. HEX triplet: 34, 28 and AD. RGB value is (52,40,173). Sum of RGB (Red+Green+Blue) = 52+40+173=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 173 (67.97% from 255 or 65.28% from 265); Max value from RGB is 173 - color contains mainly: blue. Hex color #3428AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3428AD is #CBD752. Grayscale: #3A3A3A. Windows color (decimal): -13358931 or 11348020. OLE color: 11348020.

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

Color convert

RGB 52 40 173 -
CMYK 0.70 0.77 0 0.32
HSL 245.41º 0.62% 0.42% -
HSV(B) 245.41º 0.77% 0.68% -
XYZ 9.72 5.26 40.04 -
YUV 58.75 192.48 123.19 -
System Red Green Blue C M Y K H S L
Decimal 52 40 173 0.70 0.77 0 0.32 245.41 0.62 0.42
Hex 34 28 AD 46 4D 0 20 F5 3E 2A
Octal 64 50 255 106 115 0 40 365 76 52
Binary 110100 101000 10101101 1000110 1001101 0 100000 11110101 111110 101010

Color Harmonies of #3428AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3428AD

Black with #3428AD

Text Example


Text Example

White with #3428AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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