#3234BC

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

Shades of Persian Blue #3234BC

Tints of Persian Blue #3234BC

Color information

#3234BC (or 0x3234BC) is unknown color: approx Persian Blue. HEX triplet: 32, 34 and BC. RGB value is (50,52,188). Sum of RGB (Red+Green+Blue) = 50+52+188=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 188 (73.83% from 255 or 64.83% from 290); Max value from RGB is 188 - color contains mainly: blue. Hex color #3234BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3234BC is #CDCB43. Grayscale: #424242. Windows color (decimal): -13486916 or 12334130. OLE color: 12334130.

HSL color Cylindrical-coordinate representation of color #3234BC: hue angle of 239.13º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3234BC is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5052188-
CMYK0.730.7200.26
HSL239.13º57.98%46.67%-
HSV(B)239.13º73.4%73.73%-
XYZ11.626.7648.27-
YUV66.91196.34115.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.24%
GREEN value IS 52 (20.70% from 255) = 17.93%
BLUE value IS 188 (73.83% from 255) = 64.83%
R=17.24%
G=17.93%
B=64.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal50521880.730.7200.26239.1357.9846.67
Hex3234BC494801Aef3a2f
Octal62642741111100323577257
Binary110010110100101111001001001100100001101011101111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3234BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3234BC; }

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

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

<style>
 a { background-color: #3234BC; }

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

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

<style>
 span { border-color: #3234BC; }

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

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