#3939AC

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

Shades of Persian Blue #3939AC

Tints of Persian Blue #3939AC

Color information

#3939AC (or 0x3939AC) is unknown color: approx Persian Blue. HEX triplet: 39, 39 and AC. RGB value is (57,57,172). Sum of RGB (Red+Green+Blue) = 57+57+172=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #3939AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3939AC is #C6C653. Grayscale: #454545. Windows color (decimal): -13026900 or 11286841. OLE color: 11286841.

HSL color Cylindrical-coordinate representation of color #3939AC: hue angle of 240º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3939AC is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5757172-
CMYK0.670.6700.33
HSL240º50.22%44.9%-
HSV(B)240º66.86%67.45%-
XYZ10.66.7739.78-
YUV70.11185.5118.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.93%
GREEN value IS 57 (22.66% from 255) = 19.93%
BLUE value IS 172 (67.58% from 255) = 60.14%
R=19.93%
G=19.93%
B=60.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal57571720.670.6700.3324050.2244.9
Hex3939AC4343021f0322d
Octal71712541031030413606255
Binary1110011110011010110010000111000011010000111110000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3939AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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