#3230BA

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

Shades of Persian Blue #3230BA

Tints of Persian Blue #3230BA

Color information

#3230BA (or 0x3230BA) is unknown color: approx Persian Blue. HEX triplet: 32, 30 and BA. RGB value is (50,48,186). Sum of RGB (Red+Green+Blue) = 50+48+186=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #3230BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3230BA is #CDCF45. Grayscale: #3F3F3F. Windows color (decimal): -13487942 or 12202034. OLE color: 12202034.

HSL color Cylindrical-coordinate representation of color #3230BA: hue angle of 240.87º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3230BA is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5048186-
CMYK0.730.7400.27
HSL240.87º58.97%45.88%-
HSV(B)240.87º74.19%72.94%-
XYZ11.246.3447.09-
YUV64.33196.66117.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.61%
GREEN value IS 48 (19.14% from 255) = 16.90%
BLUE value IS 186 (73.05% from 255) = 65.49%
R=17.61%
G=16.90%
B=65.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal50481860.730.7400.27240.8758.9745.88
Hex3230BA494A01Bf13b2e
Octal62602721111120333617356
Binary110010110000101110101001001100101001101111110001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3230BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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