#3930B2

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

Shades of Persian Blue #3930B2

Tints of Persian Blue #3930B2

Color information

#3930B2 (or 0x3930B2) is unknown color: approx Persian Blue. HEX triplet: 39, 30 and B2. RGB value is (57,48,178). Sum of RGB (Red+Green+Blue) = 57+48+178=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 178 (69.92% from 255 or 62.90% from 283); Max value from RGB is 178 - color contains mainly: blue. Hex color #3930B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3930B2 is #C6CF4D. Grayscale: #414141. Windows color (decimal): -13029198 or 11677753. OLE color: 11677753.

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

Color convert

RGB5748178-
CMYK0.680.7300.30
HSL244.15º57.52%44.31%-
HSV(B)244.15º73.03%69.8%-
XYZ10.786.242.75-
YUV65.51191.48121.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.14%
GREEN value IS 48 (19.14% from 255) = 16.96%
BLUE value IS 178 (69.92% from 255) = 62.90%
R=20.14%
G=16.96%
B=62.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal57481780.680.7300.30244.1557.5244.31
Hex3930B2444901Ef43a2c
Octal71602621041110363647254
Binary111001110000101100101000100100100101111011110100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3930B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3930B2; }

 p { color: rgb(57,48,178); }

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

<style>
 a { background-color: #3930B2; }

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

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

<style>
 span { border-color: #3930B2; }

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

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