#3925B4

Color #3925B4 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3925B4

Tints of Persian Blue #3925B4

Color information

#3925B4 (or 0x3925B4) is unknown color: approx Persian Blue. HEX triplet: 39, 25 and B4. RGB value is (57,37,180). Sum of RGB (Red+Green+Blue) = 57+37+180=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 180 (70.70% from 255 or 65.69% from 274); Max value from RGB is 180 - color contains mainly: blue. Hex color #3925B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3925B4 is #C6DA4B. Grayscale: #3A3A3A. Windows color (decimal): -13032012 or 11806009. OLE color: 11806009.

HSL color Cylindrical-coordinate representation of color #3925B4: hue angle of 248.39º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3925B4 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5737180-
CMYK0.680.7900.29
HSL248.39º65.9%42.55%-
HSV(B)248.39º79.44%70.59%-
XYZ10.595.4943.68-
YUV59.28196.13126.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.80%
GREEN value IS 37 (14.84% from 255) = 13.50%
BLUE value IS 180 (70.70% from 255) = 65.69%
R=20.80%
G=13.50%
B=65.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal57371800.680.7900.29248.3965.942.55
Hex3925B4444F01Df8422b
Octal714526410411703537010253
Binary1110011001011011010010001001001111011101111110001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3925B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3925B4; }

 p { color: rgb(57,37,180); }

 H1.HeaderClassName
 {
   color: #3925B4;
 }
 .AnyTagClassName
 {
   color: #3925B4;
 }
</style>
background-color css

<style>
 a { background-color: #3925B4; }

 a { background-color: rgb(57,37,180); }

 div.DivClassName
 {
   background-color: #3925B4;
 }
 .BgClassName
 {
   background-color: #3925B4;
 }
</style>
border-color css

<style>
 span { border-color: #3925B4; }

 span { border-color: rgb(57,37,180); }

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