Html Css Color HEX #3423AD Persian Blue

📋 copy color: '#3423AD'

red 52 ◦ green 35 ◦ blue 173

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

Shades of Persian Blue #3423AD

Tints of Persian Blue #3423AD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.46%

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

R = 20%
G = 13.46%
B = 66.54%

CMYK

 C value IS 0.70

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3423AD (or 0x3423AD) is known color: Persian Blue. HEX triplet: 34, 23 and AD. RGB value is (52,35,173). Sum of RGB (Red+Green+Blue) = 52+35+173=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 173 (67.97% from 255 or 66.54% from 260); Max value from RGB is 173 - color contains mainly: blue. Hex color #3423AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3423AD is #CBDC52. Grayscale: #373737. Windows color (decimal): -13360211 or 11346740. OLE color: 11346740.

HSL color Cylindrical-coordinate representation of color #3423AD: hue angle of 247.39º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3423AD is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 35 173 -
CMYK 0.70 0.80 0 0.32
HSL 247.39º 0.66% 0.41% -
HSV(B) 247.39º 0.8% 0.68% -
XYZ 9.56 4.95 39.99 -
YUV 55.82 194.13 125.28 -
System Red Green Blue C M Y K H S L
Decimal 52 35 173 0.70 0.80 0 0.32 247.39 0.66 0.41
Hex 34 23 AD 46 50 0 20 F7 42 29
Octal 64 43 255 106 120 0 40 367 102 51
Binary 110100 100011 10101101 1000110 1010000 0 100000 11110111 1000010 101001

Color Harmonies of #3423AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3423AD

Black with #3423AD

Text Example


Text Example

White with #3423AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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