#392bb3

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

Shades of Persian Blue #392BB3

Tints of Persian Blue #392BB3

Color information

#392BB3 (or 0x392BB3) is unknown color: approx Persian Blue. HEX triplet: 39, 2B and B3. RGB value is (57,43,179). Sum of RGB (Red+Green+Blue) = 57+43+179=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 179 (70.31% from 255 or 64.16% from 279); Max value from RGB is 179 - color contains mainly: blue. Hex color #392BB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392BB3 is #C6D44C. Grayscale: #3E3E3E. Windows color (decimal): -13030477 or 11742009. OLE color: 11742009.

HSL color Cylindrical-coordinate representation of color #392BB3: hue angle of 246.18º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #392BB3 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5743179-
CMYK0.680.7600.30
HSL246.18º61.26%43.53%-
HSV(B)246.18º75.98%70.2%-
XYZ10.695.8543.21-
YUV62.69193.64123.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.43%
GREEN value IS 43 (17.19% from 255) = 15.41%
BLUE value IS 179 (70.31% from 255) = 64.16%
R=20.43%
G=15.41%
B=64.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal57431790.680.7600.30246.1861.2643.53
Hex392BB3444C01Ef63d2c
Octal71532631041140363667554
Binary111001101011101100111000100100110001111011110110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392bb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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