#3920BF

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

Shades of Persian Blue #3920BF

Tints of Persian Blue #3920BF

Color information

#3920BF (or 0x3920BF) is unknown color: approx Persian Blue. HEX triplet: 39, 20 and BF. RGB value is (57,32,191). Sum of RGB (Red+Green+Blue) = 57+32+191=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 191 (75% from 255 or 68.21% from 280); Max value from RGB is 191 - color contains mainly: blue. Hex color #3920BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3920BF is #C6DF40. Grayscale: #383838. Windows color (decimal): -13033281 or 12525625. OLE color: 12525625.

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

Color convert

RGB5732191-
CMYK0.700.8300.25
HSL249.43º71.3%43.73%-
HSV(B)249.43º83.25%74.9%-
XYZ11.615.6649.77-
YUV57.6203.28127.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.36%
GREEN value IS 32 (12.89% from 255) = 11.43%
BLUE value IS 191 (75% from 255) = 68.21%
R=20.36%
G=11.43%
B=68.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal57321910.700.8300.25249.4371.343.73
Hex3920BF4653019f9472c
Octal714027710612303137110754
Binary1110011000001011111110001101010011011001111110011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3920BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,32,191); }

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

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

 a { background-color: rgb(57,32,191); }

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

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

 span { border-color: rgb(57,32,191); }

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