#3933BA

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

Shades of Persian Blue #3933BA

Tints of Persian Blue #3933BA

Color information

#3933BA (or 0x3933BA) is unknown color: approx Persian Blue. HEX triplet: 39, 33 and BA. RGB value is (57,51,186). Sum of RGB (Red+Green+Blue) = 57+51+186=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #3933BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3933BA is #C6CC45. Grayscale: #434343. Windows color (decimal): -13028422 or 12202809. OLE color: 12202809.

HSL color Cylindrical-coordinate representation of color #3933BA: hue angle of 242.67º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3933BA is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5751186-
CMYK0.690.7300.27
HSL242.67º56.96%46.47%-
HSV(B)242.67º72.58%72.94%-
XYZ11.736.7847.15-
YUV68.18194.49120.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.39%
GREEN value IS 51 (20.31% from 255) = 17.35%
BLUE value IS 186 (73.05% from 255) = 63.27%
R=19.39%
G=17.35%
B=63.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal57511860.690.7300.27242.6756.9646.47
Hex3933BA454901Bf3392e
Octal71632721051110333637156
Binary111001110011101110101000101100100101101111110011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3933BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3933BA; }

 p { color: rgb(57,51,186); }

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

<style>
 a { background-color: #3933BA; }

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

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

<style>
 span { border-color: #3933BA; }

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

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