#3140BA

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

Shades of Persian Blue #3140BA

Tints of Persian Blue #3140BA

Color information

#3140BA (or 0x3140BA) is unknown color: approx Persian Blue. HEX triplet: 31, 40 and BA. RGB value is (49,64,186). Sum of RGB (Red+Green+Blue) = 49+64+186=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #3140BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3140BA is #CEBF45. Grayscale: #484848. Windows color (decimal): -13549382 or 12206129. OLE color: 12206129.

HSL color Cylindrical-coordinate representation of color #3140BA: hue angle of 233.43º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3140BA is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4964186-
CMYK0.740.6600.27
HSL233.43º58.3%46.08%-
HSV(B)233.43º73.66%72.94%-
XYZ11.967.8647.34-
YUV73.42191.53110.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.39%
GREEN value IS 64 (25.39% from 255) = 21.40%
BLUE value IS 186 (73.05% from 255) = 62.21%
R=16.39%
G=21.40%
B=62.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal49641860.740.6600.27233.4358.346.08
Hex3140BA4A4201Be93a2e
Octal611002721121020333517256
Binary1100011000000101110101001010100001001101111101001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3140BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3140BA; }

 p { color: rgb(49,64,186); }

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

<style>
 a { background-color: #3140BA; }

 a { background-color: rgb(49,64,186); }

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

<style>
 span { border-color: #3140BA; }

 span { border-color: rgb(49,64,186); }

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