Html Css Color HEX #3422AF Persian Blue

📋 copy color: '#3422AF'

red 52 ◦ green 34 ◦ blue 175

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

Shades of Persian Blue #3422AF

Tints of Persian Blue #3422AF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.03%

 BLUE value IS 175 (68.75% from 255) = 67.05%

R = 19.92%
G = 13.03%
B = 67.05%

CMYK

 C value IS 0.70

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3422AF (or 0x3422AF) is known color: Persian Blue. HEX triplet: 34, 22 and AF. RGB value is (52,34,175). Sum of RGB (Red+Green+Blue) = 52+34+175=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 175 (68.75% from 255 or 67.05% from 261); Max value from RGB is 175 - color contains mainly: blue. Hex color #3422AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3422AF is #CBDD50. Grayscale: #363636. Windows color (decimal): -13360465 or 11477556. OLE color: 11477556.

HSL color Cylindrical-coordinate representation of color #3422AF: hue angle of 247.66º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3422AF is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 52 34 175 -
CMYK 0.70 0.81 0 0.31
HSL 247.66º 0.67% 0.41% -
HSV(B) 247.66º 0.81% 0.69% -
XYZ 9.73 4.97 41 -
YUV 55.46 195.46 125.54 -
System Red Green Blue C M Y K H S L
Decimal 52 34 175 0.70 0.81 0 0.31 247.66 0.67 0.41
Hex 34 22 AF 46 51 0 1F F8 43 29
Octal 64 42 257 106 121 0 37 370 103 51
Binary 110100 100010 10101111 1000110 1010001 0 11111 11111000 1000011 101001

Color Harmonies of #3422AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3422AF

Black with #3422AF

Text Example


Text Example

White with #3422AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3422AF; }

 p { color: rgb(52,34,175); }

 H1.HeaderClassName
 {
   color: #3422AF;
 }
 .AnyTagClassName
 {
   color: #3422AF;
 }
</style>

background-color css

<style>
 a { background-color: #3422AF; }

 a { background-color: rgb(52,34,175); }

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

border-color css

<style>
 span { border-color: #3422AF; }

 span { border-color: rgb(52,34,175); }

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