#3C36B4

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

Shades of Persian Blue #3C36B4

Tints of Persian Blue #3C36B4

Color information

#3C36B4 (or 0x3C36B4) is unknown color: approx Persian Blue. HEX triplet: 3C, 36 and B4. RGB value is (60,54,180). Sum of RGB (Red+Green+Blue) = 60+54+180=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 180 (70.70% from 255 or 61.22% from 294); Max value from RGB is 180 - color contains mainly: blue. Hex color #3C36B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C36B4 is #C3C94B. Grayscale: #454545. Windows color (decimal): -12831052 or 11810364. OLE color: 11810364.

HSL color Cylindrical-coordinate representation of color #3C36B4: hue angle of 242.86º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C36B4 is Cyan = 0.67, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6054180-
CMYK0.670.700.29
HSL242.86º53.85%45.88%-
HSV(B)242.86º70%70.59%-
XYZ11.426.8943.91-
YUV70.16189.99120.75-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.41%
GREEN value IS 54 (21.48% from 255) = 18.37%
BLUE value IS 180 (70.70% from 255) = 61.22%
R=20.41%
G=18.37%
B=61.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal60541800.670.700.29242.8653.8545.88
Hex3C36B4434601Df3362e
Octal74662641031060353636656
Binary111100110110101101001000011100011001110111110011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C36B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,54,180); }

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

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

 a { background-color: rgb(60,54,180); }

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

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

 span { border-color: rgb(60,54,180); }

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