#3140B9

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

Shades of Persian Blue #3140B9

Tints of Persian Blue #3140B9

Color information

#3140B9 (or 0x3140B9) is unknown color: approx Persian Blue. HEX triplet: 31, 40 and B9. RGB value is (49,64,185). Sum of RGB (Red+Green+Blue) = 49+64+185=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 185 (72.66% from 255 or 62.08% from 298); Max value from RGB is 185 - color contains mainly: blue. Hex color #3140B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3140B9 is #CEBF46. Grayscale: #484848. Windows color (decimal): -13549383 or 12140593. OLE color: 12140593.

HSL color Cylindrical-coordinate representation of color #3140B9: hue angle of 233.38º 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 #3140B9 is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4964185-
CMYK0.740.6500.27
HSL233.38º58.12%45.88%-
HSV(B)233.38º73.51%72.55%-
XYZ11.867.8246.78-
YUV73.31191.03110.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.44%
GREEN value IS 64 (25.39% from 255) = 21.48%
BLUE value IS 185 (72.66% from 255) = 62.08%
R=16.44%
G=21.48%
B=62.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal49641850.740.6500.27233.3858.1245.88
Hex3140B94A4101Be93a2e
Octal611002711121010333517256
Binary1100011000000101110011001010100000101101111101001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3140B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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