#3231BF

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

Shades of Persian Blue #3231BF

Tints of Persian Blue #3231BF

Color information

#3231BF (or 0x3231BF) is unknown color: approx Persian Blue. HEX triplet: 32, 31 and BF. RGB value is (50,49,191). Sum of RGB (Red+Green+Blue) = 50+49+191=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 191 (75% from 255 or 65.86% from 290); Max value from RGB is 191 - color contains mainly: blue. Hex color #3231BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3231BF is #CDCE40. Grayscale: #404040. Windows color (decimal): -13487681 or 12529970. OLE color: 12529970.

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

Color convert

RGB5049191-
CMYK0.740.7400.25
HSL240.42º59.17%47.06%-
HSV(B)240.42º74.35%74.9%-
XYZ11.826.6449.95-
YUV65.49198.83116.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.24%
GREEN value IS 49 (19.53% from 255) = 16.90%
BLUE value IS 191 (75% from 255) = 65.86%
R=17.24%
G=16.90%
B=65.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal50491910.740.7400.25240.4259.1747.06
Hex3231BF4A4A019f03b2f
Octal62612771121120313607357
Binary110010110001101111111001010100101001100111110000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3231BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3231BF; }

 p { color: rgb(50,49,191); }

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

<style>
 a { background-color: #3231BF; }

 a { background-color: rgb(50,49,191); }

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

<style>
 span { border-color: #3231BF; }

 span { border-color: rgb(50,49,191); }

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