Html Css Color HEX #3425AF Persian Blue

📋 copy color: '#3425AF'

red 52 ◦ green 37 ◦ blue 175

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

Shades of Persian Blue #3425AF

Tints of Persian Blue #3425AF

RGB

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

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

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

R = 19.7%
G = 14.02%
B = 66.29%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3425AF (or 0x3425AF) is known color: Persian Blue. HEX triplet: 34, 25 and AF. RGB value is (52,37,175). Sum of RGB (Red+Green+Blue) = 52+37+175=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 175 (68.75% from 255 or 66.29% from 264); Max value from RGB is 175 - color contains mainly: blue. Hex color #3425AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3425AF is #CBDA50. Grayscale: #383838. Windows color (decimal): -13359697 or 11478324. OLE color: 11478324.

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

Color convert

RGB 52 37 175 -
CMYK 0.70 0.79 0 0.31
HSL 246.52º 0.65% 0.42% -
HSV(B) 246.52º 0.79% 0.69% -
XYZ 9.82 5.15 41.03 -
YUV 57.22 194.47 124.28 -
System Red Green Blue C M Y K H S L
Decimal 52 37 175 0.70 0.79 0 0.31 246.52 0.65 0.42
Hex 34 25 AF 46 4F 0 1F F7 41 2A
Octal 64 45 257 106 117 0 37 367 101 52
Binary 110100 100101 10101111 1000110 1001111 0 11111 11110111 1000001 101010

Color Harmonies of #3425AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3425AF

Black with #3425AF

Text Example


Text Example

White with #3425AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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