#3926BA

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

Shades of Persian Blue #3926BA

Tints of Persian Blue #3926BA

Color information

#3926BA (or 0x3926BA) is unknown color: approx Persian Blue. HEX triplet: 39, 26 and BA. RGB value is (57,38,186). Sum of RGB (Red+Green+Blue) = 57+38+186=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #3926BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3926BA is #C6D945. Grayscale: #3B3B3B. Windows color (decimal): -13031750 or 12199481. OLE color: 12199481.

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

Color convert

RGB5738186-
CMYK0.690.8000.27
HSL247.7º66.07%43.92%-
HSV(B)247.7º79.57%72.94%-
XYZ11.245.846.98-
YUV60.55198.79125.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.28%
GREEN value IS 38 (15.23% from 255) = 13.52%
BLUE value IS 186 (73.05% from 255) = 66.19%
R=20.28%
G=13.52%
B=66.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal57381860.690.8000.27247.766.0743.92
Hex3926BA455001Bf8422c
Octal714627210512003337010254
Binary1110011001101011101010001011010000011011111110001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3926BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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