#3B32BC

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

Shades of Persian Blue #3B32BC

Tints of Persian Blue #3B32BC

Color information

#3B32BC (or 0x3B32BC) is unknown color: approx Persian Blue. HEX triplet: 3B, 32 and BC. RGB value is (59,50,188). Sum of RGB (Red+Green+Blue) = 59+50+188=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B32BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B32BC is #C4CD43. Grayscale: #434343. Windows color (decimal): -12897604 or 12333627. OLE color: 12333627.

HSL color Cylindrical-coordinate representation of color #3B32BC: hue angle of 243.91º 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 #3B32BC is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5950188-
CMYK0.690.7300.26
HSL243.91º57.98%46.67%-
HSV(B)243.91º73.4%73.73%-
XYZ12.026.8448.26-
YUV68.42195.48121.28-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.87%
GREEN value IS 50 (19.92% from 255) = 16.84%
BLUE value IS 188 (73.83% from 255) = 63.30%
R=19.87%
G=16.84%
B=63.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal59501880.690.7300.26243.9157.9846.67
Hex3B32BC454901Af43a2f
Octal73622741051110323647257
Binary111011110010101111001000101100100101101011110100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B32BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B32BC; }

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

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

<style>
 a { background-color: #3B32BC; }

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

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

<style>
 span { border-color: #3B32BC; }

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

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