#3A3BAB

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

Shades of Persian Blue #3A3BAB

Tints of Persian Blue #3A3BAB

Color information

#3A3BAB (or 0x3A3BAB) is unknown color: approx Persian Blue. HEX triplet: 3A, 3B and AB. RGB value is (58,59,171). Sum of RGB (Red+Green+Blue) = 58+59+171=288 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.14% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A3BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3BAB is #C5C454. Grayscale: #474747. Windows color (decimal): -12960853 or 11221818. OLE color: 11221818.

HSL color Cylindrical-coordinate representation of color #3A3BAB: hue angle of 239.47º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A3BAB is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5859171-
CMYK0.660.6500.33
HSL239.47º49.34%44.9%-
HSV(B)239.47º66.08%67.06%-
XYZ10.666.9739.31-
YUV71.47184.17118.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.14%
GREEN value IS 59 (23.44% from 255) = 20.49%
BLUE value IS 171 (67.19% from 255) = 59.38%
R=20.14%
G=20.49%
B=59.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58591710.660.6500.33239.4749.3444.9
Hex3A3BAB4241021ef312d
Octal72732531021010413576155
Binary1110101110111010101110000101000001010000111101111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,59,171); }

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

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

 a { background-color: rgb(58,59,171); }

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

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

 span { border-color: rgb(58,59,171); }

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