#3230BF

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

Shades of Persian Blue #3230BF

Tints of Persian Blue #3230BF

Color information

#3230BF (or 0x3230BF) is unknown color: approx Persian Blue. HEX triplet: 32, 30 and BF. RGB value is (50,48,191). Sum of RGB (Red+Green+Blue) = 50+48+191=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #3230BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3230BF is #CDCF40. Grayscale: #404040. Windows color (decimal): -13487937 or 12529714. OLE color: 12529714.

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

Color convert

RGB5048191-
CMYK0.740.7500.25
HSL240.84º59.83%46.86%-
HSV(B)240.84º74.87%74.9%-
XYZ11.786.5549.93-
YUV64.9199.16117.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.30%
GREEN value IS 48 (19.14% from 255) = 16.61%
BLUE value IS 191 (75% from 255) = 66.09%
R=17.30%
G=16.61%
B=66.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal50481910.740.7500.25240.8459.8346.86
Hex3230BF4A4B019f13c2f
Octal62602771121130313617457
Binary110010110000101111111001010100101101100111110001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3230BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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