#3B29BE

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

Shades of Persian Blue #3B29BE

Tints of Persian Blue #3B29BE

Color information

#3B29BE (or 0x3B29BE) is unknown color: approx Persian Blue. HEX triplet: 3B, 29 and BE. RGB value is (59,41,190). Sum of RGB (Red+Green+Blue) = 59+41+190=290 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.34% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #3B29BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B29BE is #C4D641. Grayscale: #3E3E3E. Windows color (decimal): -12899906 or 12462395. OLE color: 12462395.

HSL color Cylindrical-coordinate representation of color #3B29BE: hue angle of 247.25º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B29BE is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5941190-
CMYK0.690.7800.25
HSL247.25º64.5%45.29%-
HSV(B)247.25º78.42%74.51%-
XYZ11.896.2349.29-
YUV63.37199.46124.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.34%
GREEN value IS 41 (16.41% from 255) = 14.14%
BLUE value IS 190 (74.61% from 255) = 65.52%
R=20.34%
G=14.14%
B=65.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal59411900.690.7800.25247.2564.545.29
Hex3B29BE454E019f7412d
Octal735127610511603136710155
Binary1110111010011011111010001011001110011001111101111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B29BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B29BE; }

 p { color: rgb(59,41,190); }

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

<style>
 a { background-color: #3B29BE; }

 a { background-color: rgb(59,41,190); }

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

<style>
 span { border-color: #3B29BE; }

 span { border-color: rgb(59,41,190); }

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