#3A34B4

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

Shades of Persian Blue #3A34B4

Tints of Persian Blue #3A34B4

Color information

#3A34B4 (or 0x3A34B4) is unknown color: approx Persian Blue. HEX triplet: 3A, 34 and B4. RGB value is (58,52,180). Sum of RGB (Red+Green+Blue) = 58+52+180=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 180 (70.70% from 255 or 62.07% from 290); Max value from RGB is 180 - color contains mainly: blue. Hex color #3A34B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A34B4 is #C5CB4B. Grayscale: #434343. Windows color (decimal): -12962636 or 11809850. OLE color: 11809850.

HSL color Cylindrical-coordinate representation of color #3A34B4: hue angle of 242.81º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A34B4 is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5852180-
CMYK0.680.7100.29
HSL242.81º55.17%45.49%-
HSV(B)242.81º71.11%70.59%-
XYZ11.216.6543.87-
YUV68.39190.99120.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20%
GREEN value IS 52 (20.70% from 255) = 17.93%
BLUE value IS 180 (70.70% from 255) = 62.07%
R=20%
G=17.93%
B=62.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal58521800.680.7100.29242.8155.1745.49
Hex3A34B4444701Df3372d
Octal72642641041070353636755
Binary111010110100101101001000100100011101110111110011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A34B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,52,180); }

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

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

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

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

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

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

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