Html Css Color HEX #3725BF Persian Blue

📋 copy color: '#3725BF'

red 55 ◦ green 37 ◦ blue 191

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

Shades of Persian Blue #3725BF

Tints of Persian Blue #3725BF

RGB

 RED value IS 55 (21.88% from 255) = 19.43%

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

 BLUE value IS 191 (75% from 255) = 67.49%

R = 19.43%
G = 13.07%
B = 67.49%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3725BF (or 0x3725BF) is known color: Persian Blue. HEX triplet: 37, 25 and BF. RGB value is (55,37,191). Sum of RGB (Red+Green+Blue) = 55+37+191=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #3725BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3725BF is #C8DA40. Grayscale: #3B3B3B. Windows color (decimal): -13163073 or 12526903. OLE color: 12526903.

HSL color Cylindrical-coordinate representation of color #3725BF: hue angle of 247.01º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3725BF is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 55 37 191 -
CMYK 0.71 0.81 0 0.25
HSL 247.01º 0.68% 0.45% -
HSV(B) 247.01º 0.81% 0.75% -
XYZ 11.64 5.9 49.81 -
YUV 59.94 201.96 124.48 -
System Red Green Blue C M Y K H S L
Decimal 55 37 191 0.71 0.81 0 0.25 247.01 0.68 0.45
Hex 37 25 BF 47 51 0 19 F7 44 2D
Octal 67 45 277 107 121 0 31 367 104 55
Binary 110111 100101 10111111 1000111 1010001 0 11001 11110111 1000100 101101

Color Harmonies of #3725BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3725BF

Black with #3725BF

Text Example


Text Example

White with #3725BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3725BF; }

 p { color: rgb(55,37,191); }

 H1.HeaderClassName
 {
   color: #3725BF;
 }
 .AnyTagClassName
 {
   color: #3725BF;
 }
</style>

background-color css

<style>
 a { background-color: #3725BF; }

 a { background-color: rgb(55,37,191); }

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

border-color css

<style>
 span { border-color: #3725BF; }

 span { border-color: rgb(55,37,191); }

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