Html Css Color HEX #3425AB Persian Blue

📋 copy color: '#3425AB'

red 52 ◦ green 37 ◦ blue 171

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

Shades of Persian Blue #3425AB

Tints of Persian Blue #3425AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 65.77%

R = 20%
G = 14.23%
B = 65.77%

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

#3425AB (or 0x3425AB) is known color: Persian Blue. HEX triplet: 34, 25 and AB. RGB value is (52,37,171). Sum of RGB (Red+Green+Blue) = 52+37+171=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #3425AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3425AB is #CBDA54. Grayscale: #383838. Windows color (decimal): -13359701 or 11216180. OLE color: 11216180.

HSL color Cylindrical-coordinate representation of color #3425AB: hue angle of 246.72º degrees, saturation: 0.64, 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 #3425AB is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 37 171 -
CMYK 0.70 0.78 0 0.33
HSL 246.72º 0.64% 0.41% -
HSV(B) 246.72º 0.78% 0.67% -
XYZ 9.43 4.99 38.99 -
YUV 56.76 192.47 124.6 -
System Red Green Blue C M Y K H S L
Decimal 52 37 171 0.70 0.78 0 0.33 246.72 0.64 0.41
Hex 34 25 AB 46 4E 0 21 F7 40 29
Octal 64 45 253 106 116 0 41 367 100 51
Binary 110100 100101 10101011 1000110 1001110 0 100001 11110111 1000000 101001

Color Harmonies of #3425AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3425AB

Black with #3425AB

Text Example


Text Example

White with #3425AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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