#3926BE

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

Shades of Persian Blue #3926BE

Tints of Persian Blue #3926BE

Color information

#3926BE (or 0x3926BE) is unknown color: approx Persian Blue. HEX triplet: 39, 26 and BE. RGB value is (57,38,190). Sum of RGB (Red+Green+Blue) = 57+38+190=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #3926BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3926BE is #C6D941. Grayscale: #3C3C3C. Windows color (decimal): -13031746 or 12461625. OLE color: 12461625.

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

Color convert

RGB5738190-
CMYK0.70.800.25
HSL247.5º66.67%44.71%-
HSV(B)247.5º80%74.51%-
XYZ11.675.9749.25-
YUV61.01200.79125.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20%
GREEN value IS 38 (15.23% from 255) = 13.33%
BLUE value IS 190 (74.61% from 255) = 66.67%
R=20%
G=13.33%
B=66.67%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal57381900.70.800.25247.566.6744.71
Hex3926BE4650019f8432d
Octal714627610612003137010355
Binary1110011001101011111010001101010000011001111110001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3926BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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