#392DBF

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

Shades of Persian Blue #392DBF

Tints of Persian Blue #392DBF

Color information

#392DBF (or 0x392DBF) is unknown color: approx Persian Blue. HEX triplet: 39, 2D and BF. RGB value is (57,45,191). Sum of RGB (Red+Green+Blue) = 57+45+191=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 191 (75% from 255 or 65.19% from 293); Max value from RGB is 191 - color contains mainly: blue. Hex color #392DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392DBF is #C6D240. Grayscale: #404040. Windows color (decimal): -13029953 or 12528953. OLE color: 12528953.

HSL color Cylindrical-coordinate representation of color #392DBF: hue angle of 244.93º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #392DBF is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5745191-
CMYK0.700.7600.25
HSL244.93º61.86%46.27%-
HSV(B)244.93º76.44%74.9%-
XYZ12.036.5149.91-
YUV65.23198.98122.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.45%
GREEN value IS 45 (17.97% from 255) = 15.36%
BLUE value IS 191 (75% from 255) = 65.19%
R=19.45%
G=15.36%
B=65.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal57451910.700.7600.25244.9361.8646.27
Hex392DBF464C019f53e2e
Octal71552771061140313657656
Binary111001101101101111111000110100110001100111110101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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