#3939BF

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

Shades of Persian Blue #3939BF

Tints of Persian Blue #3939BF

Color information

#3939BF (or 0x3939BF) is unknown color: approx Persian Blue. HEX triplet: 39, 39 and BF. RGB value is (57,57,191). Sum of RGB (Red+Green+Blue) = 57+57+191=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #3939BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3939BF is #C6C640. Grayscale: #474747. Windows color (decimal): -13026881 or 12532025. OLE color: 12532025.

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

Color convert

RGB5757191-
CMYK0.700.7000.25
HSL240º54.03%48.63%-
HSV(B)240º70.16%74.9%-
XYZ12.557.5650.09-
YUV72.28195117.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.69%
GREEN value IS 57 (22.66% from 255) = 18.69%
BLUE value IS 191 (75% from 255) = 62.62%
R=18.69%
G=18.69%
B=62.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal57571910.700.7000.2524054.0348.63
Hex3939BF4646019f03631
Octal71712771061060313606661
Binary111001111001101111111000110100011001100111110000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3939BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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