#3A3CAB

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

Shades of Persian Blue #3A3CAB

Tints of Persian Blue #3A3CAB

Color information

#3A3CAB (or 0x3A3CAB) is unknown color: approx Persian Blue. HEX triplet: 3A, 3C and AB. RGB value is (58,60,171). Sum of RGB (Red+Green+Blue) = 58+60+171=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A3CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3CAB is #C5C354. Grayscale: #474747. Windows color (decimal): -12960597 or 11222074. OLE color: 11222074.

HSL color Cylindrical-coordinate representation of color #3A3CAB: hue angle of 238.94º 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 #3A3CAB is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5860171-
CMYK0.660.6500.33
HSL238.94º49.34%44.9%-
HSV(B)238.94º66.08%67.06%-
XYZ10.717.0739.33-
YUV72.06183.84117.97-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.07%
GREEN value IS 60 (23.83% from 255) = 20.76%
BLUE value IS 171 (67.19% from 255) = 59.17%
R=20.07%
G=20.76%
B=59.17%

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
Decimal58601710.660.6500.33238.9449.3444.9
Hex3A3CAB4241021ef312d
Octal72742531021010413576155
Binary1110101111001010101110000101000001010000111101111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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