#3A34BD

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

Shades of Persian Blue #3A34BD

Tints of Persian Blue #3A34BD

Color information

#3A34BD (or 0x3A34BD) is unknown color: approx Persian Blue. HEX triplet: 3A, 34 and BD. RGB value is (58,52,189). Sum of RGB (Red+Green+Blue) = 58+52+189=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 189 (74.22% from 255 or 63.21% from 299); Max value from RGB is 189 - color contains mainly: blue. Hex color #3A34BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A34BD is #C5CB42. Grayscale: #444444. Windows color (decimal): -12962627 or 12399674. OLE color: 12399674.

HSL color Cylindrical-coordinate representation of color #3A34BD: hue angle of 242.63º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A34BD is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5852189-
CMYK0.690.7200.26
HSL242.63º56.85%47.25%-
HSV(B)242.63º72.49%74.12%-
XYZ12.167.0348.86-
YUV69.41195.49119.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.40%
GREEN value IS 52 (20.70% from 255) = 17.39%
BLUE value IS 189 (74.22% from 255) = 63.21%
R=19.40%
G=17.39%
B=63.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal58521890.690.7200.26242.6356.8547.25
Hex3A34BD454801Af3392f
Octal72642751051100323637157
Binary111010110100101111011000101100100001101011110011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A34BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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