Html Css Color HEX #3425AD Persian Blue

📋 copy color: '#3425AD'

red 52 ◦ green 37 ◦ blue 173

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

Shades of Persian Blue #3425AD

Tints of Persian Blue #3425AD

RGB

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

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

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

R = 19.85%
G = 14.12%
B = 66.03%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3425AD (or 0x3425AD) is known color: Persian Blue. HEX triplet: 34, 25 and AD. RGB value is (52,37,173). Sum of RGB (Red+Green+Blue) = 52+37+173=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 173 (67.97% from 255 or 66.03% from 262); Max value from RGB is 173 - color contains mainly: blue. Hex color #3425AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3425AD is #CBDA52. Grayscale: #383838. Windows color (decimal): -13359699 or 11347252. OLE color: 11347252.

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

Color convert

RGB 52 37 173 -
CMYK 0.70 0.79 0 0.32
HSL 246.62º 0.65% 0.41% -
HSV(B) 246.62º 0.79% 0.68% -
XYZ 9.62 5.07 40.01 -
YUV 56.99 193.47 124.44 -
System Red Green Blue C M Y K H S L
Decimal 52 37 173 0.70 0.79 0 0.32 246.62 0.65 0.41
Hex 34 25 AD 46 4F 0 20 F7 41 29
Octal 64 45 255 106 117 0 40 367 101 51
Binary 110100 100101 10101101 1000110 1001111 0 100000 11110111 1000001 101001

Color Harmonies of #3425AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3425AD

Black with #3425AD

Text Example


Text Example

White with #3425AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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