#3C3BAE

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

Shades of Persian Blue #3C3BAE

Tints of Persian Blue #3C3BAE

Color information

#3C3BAE (or 0x3C3BAE) is unknown color: approx Persian Blue. HEX triplet: 3C, 3B and AE. RGB value is (60,59,174). Sum of RGB (Red+Green+Blue) = 60+59+174=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 59 (23.44% from 255 or 20.14% 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 #3C3BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3BAE is #C3C451. Grayscale: #474747. Windows color (decimal): -12829778 or 11418428. OLE color: 11418428.

HSL color Cylindrical-coordinate representation of color #3C3BAE: hue angle of 240.52º 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 #3C3BAE is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6059174-
CMYK0.660.6600.32
HSL240.52º49.36%45.69%-
HSV(B)240.52º66.09%68.24%-
XYZ11.077.1440.84-
YUV72.41185.33119.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.48%
GREEN value IS 59 (23.44% from 255) = 20.14%
BLUE value IS 174 (68.36% from 255) = 59.39%
R=20.48%
G=20.14%
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
Decimal60591740.660.6600.32240.5249.3645.69
Hex3C3BAE4242020f1312e
Octal74732561021020403616156
Binary1111001110111010111010000101000010010000011110001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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