#3432BA

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

Shades of Persian Blue #3432BA

Tints of Persian Blue #3432BA

Color information

#3432BA (or 0x3432BA) is unknown color: approx Persian Blue. HEX triplet: 34, 32 and BA. RGB value is (52,50,186). Sum of RGB (Red+Green+Blue) = 52+50+186=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 186 (73.05% from 255 or 64.58% from 288); Max value from RGB is 186 - color contains mainly: blue. Hex color #3432BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3432BA is #CBCD45. Grayscale: #414141. Windows color (decimal): -13356358 or 12202548. OLE color: 12202548.

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

Color convert

RGB5250186-
CMYK0.720.7300.27
HSL240.88º57.63%46.27%-
HSV(B)240.88º73.12%72.94%-
XYZ11.426.5647.12-
YUV66.1195.66117.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.06%
GREEN value IS 50 (19.92% from 255) = 17.36%
BLUE value IS 186 (73.05% from 255) = 64.58%
R=18.06%
G=17.36%
B=64.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52501860.720.7300.27240.8857.6346.27
Hex3432BA484901Bf13a2e
Octal64622721101110333617256
Binary110100110010101110101001000100100101101111110001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3432BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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