Html Css Color HEX #3425AC Persian Blue

📋 copy color: '#3425AC'

red 52 ◦ green 37 ◦ blue 172

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

Shades of Persian Blue #3425AC

Tints of Persian Blue #3425AC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.18%

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

R = 19.92%
G = 14.18%
B = 65.9%

CMYK

 C value IS 0.70

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3425AC (or 0x3425AC) is known color: Persian Blue. HEX triplet: 34, 25 and AC. RGB value is (52,37,172). Sum of RGB (Red+Green+Blue) = 52+37+172=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 172 (67.58% from 255 or 65.90% from 261); Max value from RGB is 172 - color contains mainly: blue. Hex color #3425AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3425AC is #CBDA53. Grayscale: #383838. Windows color (decimal): -13359700 or 11281716. OLE color: 11281716.

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

Color convert

RGB 52 37 172 -
CMYK 0.70 0.78 0 0.33
HSL 246.67º 0.65% 0.41% -
HSV(B) 246.67º 0.78% 0.67% -
XYZ 9.52 5.03 39.5 -
YUV 56.88 192.97 124.52 -
System Red Green Blue C M Y K H S L
Decimal 52 37 172 0.70 0.78 0 0.33 246.67 0.65 0.41
Hex 34 25 AC 46 4E 0 21 F7 41 29
Octal 64 45 254 106 116 0 41 367 101 51
Binary 110100 100101 10101100 1000110 1001110 0 100001 11110111 1000001 101001

Color Harmonies of #3425AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3425AC

Black with #3425AC

Text Example


Text Example

White with #3425AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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