#3A33BA

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

Shades of Persian Blue #3A33BA

Tints of Persian Blue #3A33BA

Color information

#3A33BA (or 0x3A33BA) is unknown color: approx Persian Blue. HEX triplet: 3A, 33 and BA. RGB value is (58,51,186). Sum of RGB (Red+Green+Blue) = 58+51+186=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A33BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A33BA is #C5CC45. Grayscale: #434343. Windows color (decimal): -12962886 or 12202810. OLE color: 12202810.

HSL color Cylindrical-coordinate representation of color #3A33BA: hue angle of 243.11º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A33BA is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5851186-
CMYK0.690.7300.27
HSL243.11º56.96%46.47%-
HSV(B)243.11º72.58%72.94%-
XYZ11.796.8147.15-
YUV68.48194.32120.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.66%
GREEN value IS 51 (20.31% from 255) = 17.29%
BLUE value IS 186 (73.05% from 255) = 63.05%
R=19.66%
G=17.29%
B=63.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal58511860.690.7300.27243.1156.9646.47
Hex3A33BA454901Bf3392e
Octal72632721051110333637156
Binary111010110011101110101000101100100101101111110011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A33BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,51,186); }

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

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

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

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

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

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

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