#3C31BF

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

Shades of Persian Blue #3C31BF

Tints of Persian Blue #3C31BF

Color information

#3C31BF (or 0x3C31BF) is unknown color: approx Persian Blue. HEX triplet: 3C, 31 and BF. RGB value is (60,49,191). Sum of RGB (Red+Green+Blue) = 60+49+191=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C31BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C31BF is #C3CE40. Grayscale: #434343. Windows color (decimal): -12832321 or 12529980. OLE color: 12529980.

HSL color Cylindrical-coordinate representation of color #3C31BF: hue angle of 244.65º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C31BF is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6049191-
CMYK0.690.7400.25
HSL244.65º59.17%47.06%-
HSV(B)244.65º74.35%74.9%-
XYZ12.376.9249.97-
YUV68.48197.14121.95-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20%
GREEN value IS 49 (19.53% from 255) = 16.33%
BLUE value IS 191 (75% from 255) = 63.67%
R=20%
G=16.33%
B=63.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60491910.690.7400.25244.6559.1747.06
Hex3C31BF454A019f53b2f
Octal74612771051120313657357
Binary111100110001101111111000101100101001100111110101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C31BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,49,191); }

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

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

 a { background-color: rgb(60,49,191); }

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

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

 span { border-color: rgb(60,49,191); }

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