#3A25BF

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

Shades of Persian Blue #3A25BF

Tints of Persian Blue #3A25BF

Color information

#3A25BF (or 0x3A25BF) is unknown color: approx Persian Blue. HEX triplet: 3A, 25 and BF. RGB value is (58,37,191). Sum of RGB (Red+Green+Blue) = 58+37+191=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 191 (75% from 255 or 66.78% from 286); Max value from RGB is 191 - color contains mainly: blue. Hex color #3A25BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A25BF is #C5DA40. Grayscale: #3C3C3C. Windows color (decimal): -12966465 or 12526906. OLE color: 12526906.

HSL color Cylindrical-coordinate representation of color #3A25BF: hue angle of 248.18º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A25BF is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5837191-
CMYK0.700.8100.25
HSL248.18º67.54%44.71%-
HSV(B)248.18º80.63%74.9%-
XYZ11.815.9849.82-
YUV60.83201.46125.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.28%
GREEN value IS 37 (14.84% from 255) = 12.94%
BLUE value IS 191 (75% from 255) = 66.78%
R=20.28%
G=12.94%
B=66.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58371910.700.8100.25248.1867.5444.71
Hex3A25BF4651019f8442d
Octal724527710612103137010455
Binary1110101001011011111110001101010001011001111110001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A25BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,37,191); }

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

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

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

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

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

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

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