Html Css Color HEX #3425B7 Persian Blue

📋 copy color: '#3425B7'

red 52 ◦ green 37 ◦ blue 183

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

Shades of Persian Blue #3425B7

Tints of Persian Blue #3425B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 67.28%

R = 19.12%
G = 13.6%
B = 67.28%

CMYK

 C value IS 0.72

 M value IS 0.80

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3425B7 (or 0x3425B7) is known color: Persian Blue. HEX triplet: 34, 25 and B7. RGB value is (52,37,183). Sum of RGB (Red+Green+Blue) = 52+37+183=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 183 (71.88% from 255 or 67.28% from 272); Max value from RGB is 183 - color contains mainly: blue. Hex color #3425B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3425B7 is #CBDA48. Grayscale: #393939. Windows color (decimal): -13359689 or 12002612. OLE color: 12002612.

HSL color Cylindrical-coordinate representation of color #3425B7: hue angle of 246.16º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3425B7 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 52 37 183 -
CMYK 0.72 0.80 0 0.28
HSL 246.16º 0.66% 0.43% -
HSV(B) 246.16º 0.8% 0.72% -
XYZ 10.62 5.47 45.3 -
YUV 58.13 198.47 123.63 -
System Red Green Blue C M Y K H S L
Decimal 52 37 183 0.72 0.80 0 0.28 246.16 0.66 0.43
Hex 34 25 B7 48 50 0 1C F6 42 2B
Octal 64 45 267 110 120 0 34 366 102 53
Binary 110100 100101 10110111 1001000 1010000 0 11100 11110110 1000010 101011

Color Harmonies of #3425B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3425B7

Black with #3425B7

Text Example


Text Example

White with #3425B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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