#3A3AB3

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

Shades of Persian Blue #3A3AB3

Tints of Persian Blue #3A3AB3

Color information

#3A3AB3 (or 0x3A3AB3) is unknown color: approx Persian Blue. HEX triplet: 3A, 3A and B3. RGB value is (58,58,179). Sum of RGB (Red+Green+Blue) = 58+58+179=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 179 (70.31% from 255 or 60.68% from 295); Max value from RGB is 179 - color contains mainly: blue. Hex color #3A3AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A3AB3 is #C5C54C. Grayscale: #474747. Windows color (decimal): -12961101 or 11745850. OLE color: 11745850.

HSL color Cylindrical-coordinate representation of color #3A3AB3: hue angle of 240º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A3AB3 is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5858179-
CMYK0.680.6800.30
HSL240º51.05%46.47%-
HSV(B)240º67.6%70.2%-
XYZ11.397.1843.43-
YUV71.79188.5118.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.66%
GREEN value IS 58 (23.05% from 255) = 19.66%
BLUE value IS 179 (70.31% from 255) = 60.68%
R=19.66%
G=19.66%
B=60.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal58581790.680.6800.3024051.0546.47
Hex3A3AB3444401Ef0332e
Octal72722631041040363606356
Binary111010111010101100111000100100010001111011110000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,58,179); }

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

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

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

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

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

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

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