#3930BE

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

Shades of Persian Blue #3930BE

Tints of Persian Blue #3930BE

Color information

#3930BE (or 0x3930BE) is unknown color: approx Persian Blue. HEX triplet: 39, 30 and BE. RGB value is (57,48,190). Sum of RGB (Red+Green+Blue) = 57+48+190=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #3930BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3930BE is #C6CF41. Grayscale: #424242. Windows color (decimal): -13029186 or 12464185. OLE color: 12464185.

HSL color Cylindrical-coordinate representation of color #3930BE: hue angle of 243.8º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3930BE is Cyan = 0.7, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5748190-
CMYK0.70.7500.25
HSL243.8º59.66%46.67%-
HSV(B)243.8º74.74%74.51%-
XYZ12.046.749.37-
YUV66.88197.48120.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.32%
GREEN value IS 48 (19.14% from 255) = 16.27%
BLUE value IS 190 (74.61% from 255) = 64.41%
R=19.32%
G=16.27%
B=64.41%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal57481900.70.7500.25243.859.6646.67
Hex3930BE464B019f43c2f
Octal71602761061130313647457
Binary111001110000101111101000110100101101100111110100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3930BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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