#392BBA

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

Shades of Persian Blue #392BBA

Tints of Persian Blue #392BBA

Color information

#392BBA (or 0x392BBA) is unknown color: approx Persian Blue. HEX triplet: 39, 2B and BA. RGB value is (57,43,186). Sum of RGB (Red+Green+Blue) = 57+43+186=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #392BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392BBA is #C6D445. Grayscale: #3E3E3E. Windows color (decimal): -13030470 or 12200761. OLE color: 12200761.

HSL color Cylindrical-coordinate representation of color #392BBA: hue angle of 245.87º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #392BBA is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5743186-
CMYK0.690.7700.27
HSL245.87º62.45%44.9%-
HSV(B)245.87º76.88%72.94%-
XYZ11.416.1447.04-
YUV63.49197.14123.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.93%
GREEN value IS 43 (17.19% from 255) = 15.03%
BLUE value IS 186 (73.05% from 255) = 65.03%
R=19.93%
G=15.03%
B=65.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal57431860.690.7700.27245.8762.4544.9
Hex392BBA454D01Bf63e2d
Octal71532721051150333667655
Binary111001101011101110101000101100110101101111110110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392BBA; }

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

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

<style>
 a { background-color: #392BBA; }

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

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

<style>
 span { border-color: #392BBA; }

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

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