#3B3CAE

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

Shades of Persian Blue #3B3CAE

Tints of Persian Blue #3B3CAE

Color information

#3B3CAE (or 0x3B3CAE) is unknown color: approx Persian Blue. HEX triplet: 3B, 3C and AE. RGB value is (59,60,174). Sum of RGB (Red+Green+Blue) = 59+60+174=293 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.14% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 174 (68.36% from 255 or 59.39% from 293); Max value from RGB is 174 - color contains mainly: blue. Hex color #3B3CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3CAE is #C4C351. Grayscale: #484848. Windows color (decimal): -12895058 or 11418683. OLE color: 11418683.

HSL color Cylindrical-coordinate representation of color #3B3CAE: hue angle of 239.48º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B3CAE is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5960174-
CMYK0.660.6600.32
HSL239.48º49.36%45.69%-
HSV(B)239.48º66.09%68.24%-
XYZ11.067.2240.85-
YUV72.7185.17118.23-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.14%
GREEN value IS 60 (23.83% from 255) = 20.48%
BLUE value IS 174 (68.36% from 255) = 59.39%
R=20.14%
G=20.48%
B=59.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal59601740.660.6600.32239.4849.3645.69
Hex3B3CAE4242020ef312e
Octal73742561021020403576156
Binary1110111111001010111010000101000010010000011101111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,60,174); }

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

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

 a { background-color: rgb(59,60,174); }

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

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

 span { border-color: rgb(59,60,174); }

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