#3130BF

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

Shades of Persian Blue #3130BF

Tints of Persian Blue #3130BF

Color information

#3130BF (or 0x3130BF) is unknown color: approx Persian Blue. HEX triplet: 31, 30 and BF. RGB value is (49,48,191). Sum of RGB (Red+Green+Blue) = 49+48+191=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 191 (75% from 255 or 66.32% from 288); Max value from RGB is 191 - color contains mainly: blue. Hex color #3130BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3130BF is #CECF40. Grayscale: #404040. Windows color (decimal): -13553473 or 12529713. OLE color: 12529713.

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

Color convert

RGB4948191-
CMYK0.740.7500.25
HSL240.42º59.83%46.86%-
HSV(B)240.42º74.87%74.9%-
XYZ11.736.5349.93-
YUV64.6199.33116.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.01%
GREEN value IS 48 (19.14% from 255) = 16.67%
BLUE value IS 191 (75% from 255) = 66.32%
R=17.01%
G=16.67%
B=66.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal49481910.740.7500.25240.4259.8346.86
Hex3130BF4A4B019f03c2f
Octal61602771121130313607457
Binary110001110000101111111001010100101101100111110000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3130BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3130BF; }

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

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

<style>
 a { background-color: #3130BF; }

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

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

<style>
 span { border-color: #3130BF; }

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

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