#3B39AF

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

Shades of Persian Blue #3B39AF

Tints of Persian Blue #3B39AF

Color information

#3B39AF (or 0x3B39AF) is unknown color: approx Persian Blue. HEX triplet: 3B, 39 and AF. RGB value is (59,57,175). Sum of RGB (Red+Green+Blue) = 59+57+175=291 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.27% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #3B39AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B39AF is #C4C650. Grayscale: #464646. Windows color (decimal): -12895825 or 11483451. OLE color: 11483451.

HSL color Cylindrical-coordinate representation of color #3B39AF: hue angle of 241.02º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B39AF is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5957175-
CMYK0.660.6700.31
HSL241.02º50.86%45.49%-
HSV(B)241.02º67.43%68.63%-
XYZ116.9541.32-
YUV71.05186.66119.41-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.27%
GREEN value IS 57 (22.66% from 255) = 19.59%
BLUE value IS 175 (68.75% from 255) = 60.14%
R=20.27%
G=19.59%
B=60.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59571750.660.6700.31241.0250.8645.49
Hex3B39AF424301Ff1332d
Octal73712571021030373616355
Binary111011111001101011111000010100001101111111110001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B39AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,57,175); }

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

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

 a { background-color: rgb(59,57,175); }

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

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

 span { border-color: rgb(59,57,175); }

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