#3924BA

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

Shades of Persian Blue #3924BA

Tints of Persian Blue #3924BA

Color information

#3924BA (or 0x3924BA) is unknown color: approx Persian Blue. HEX triplet: 39, 24 and BA. RGB value is (57,36,186). Sum of RGB (Red+Green+Blue) = 57+36+186=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #3924BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3924BA is #C6DB45. Grayscale: #3A3A3A. Windows color (decimal): -13032262 or 12198969. OLE color: 12198969.

HSL color Cylindrical-coordinate representation of color #3924BA: hue angle of 248.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3924BA is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5736186-
CMYK0.690.8100.27
HSL248.4º67.57%43.53%-
HSV(B)248.4º80.65%72.94%-
XYZ11.185.6846.96-
YUV59.38199.46126.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.43%
GREEN value IS 36 (14.45% from 255) = 12.90%
BLUE value IS 186 (73.05% from 255) = 66.67%
R=20.43%
G=12.90%
B=66.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal57361860.690.8100.27248.467.5743.53
Hex3924BA455101Bf8442c
Octal714427210512103337010454
Binary1110011001001011101010001011010001011011111110001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3924BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3924BA; }

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

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

<style>
 a { background-color: #3924BA; }

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

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

<style>
 span { border-color: #3924BA; }

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

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