Html Css Color HEX #3423AE Persian Blue

📋 copy color: '#3423AE'

red 52 ◦ green 35 ◦ blue 174

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

Shades of Persian Blue #3423AE

Tints of Persian Blue #3423AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 66.67%

R = 19.92%
G = 13.41%
B = 66.67%

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

#3423AE (or 0x3423AE) is known color: Persian Blue. HEX triplet: 34, 23 and AE. RGB value is (52,35,174). Sum of RGB (Red+Green+Blue) = 52+35+174=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 174 (68.36% from 255 or 66.67% from 261); Max value from RGB is 174 - color contains mainly: blue. Hex color #3423AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3423AE is #CBDC51. Grayscale: #373737. Windows color (decimal): -13360210 or 11412276. OLE color: 11412276.

HSL color Cylindrical-coordinate representation of color #3423AE: hue angle of 247.34º degrees, saturation: 0.67, 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 #3423AE is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 35 174 -
CMYK 0.70 0.80 0 0.32
HSL 247.34º 0.67% 0.41% -
HSV(B) 247.34º 0.8% 0.68% -
XYZ 9.66 4.99 40.5 -
YUV 55.93 194.63 125.2 -
System Red Green Blue C M Y K H S L
Decimal 52 35 174 0.70 0.80 0 0.32 247.34 0.67 0.41
Hex 34 23 AE 46 50 0 20 F7 43 29
Octal 64 43 256 106 120 0 40 367 103 51
Binary 110100 100011 10101110 1000110 1010000 0 100000 11110111 1000011 101001

Color Harmonies of #3423AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3423AE

Black with #3423AE

Text Example


Text Example

White with #3423AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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